Quoting Diego Biurrun (2016-01-18 20:33:12) > On Mon, Jan 18, 2016 at 08:14:15PM +0100, Anton Khirnov wrote: > > --- a/libavformat/avidec.c > > +++ b/libavformat/avidec.c > > @@ -1555,7 +1554,7 @@ static int avi_read_seek(AVFormatContext *s, int > > stream_index, > > > > -// assert(st2->codec->block_align); > > +// assert(st2->codecpar->block_align); > > Maybe just drop commented-out asserts while you're at it? > Not that I really care...
The patch will huge enough as it is. So I'd really rather not add random unrelated changes to it, even if harmless. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
