On Tue, Jun 14, 2011 at 07:35:49PM -0400, Ronald S. Bultje wrote: > > On Tue, Jun 14, 2011 at 6:57 PM, Diego Biurrun <[email protected]> wrote: > > @@ -1893,9 +1890,7 @@ static int subtitle_thread(void *arg) > > /* copy samples for viewing in editor window */ > > static void update_sample_display(VideoState *is, short *samples, int > > samples_size) > > { > > - int size, len, channels; > > - > > - channels = is->audio_st->codec->channels; > > + int size, len; > > > > size = samples_size / sizeof(short); > > while (size > 0) { > > This one is OK.
Pushed separately. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
