On Mon, Apr 18, 2011 at 09:16:49AM -0400, Ronald S. Bultje wrote: > > On Sun, Apr 17, 2011 at 1:48 PM, Diego Biurrun <[email protected]> wrote: > > > > --- a/libavformat/asfdec.c > > +++ b/libavformat/asfdec.c > > @@ -1132,12 +1132,8 @@ static void asf_reset_header(AVFormatContext *s) > > > > static int asf_read_close(AVFormatContext *s) > > { > > - int i; > > - > > asf_reset_header(s); > > - for(i=0;i<s->nb_streams;i++) { > > - AVStream *st = s->streams[i]; > > - } > > + > > OK.
Pushed this variant instead of the other then. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
