On 09/19/2012 06:07 PM, Janne Grunau wrote: > and now an actually working version which doesn't break vsynth fate > tests of h263 bashed decoders. > > Initialization was incomplete for non-raw h263 files. > > Janne > ---8<--- > Adds a flag context_reinit to MpegEncContext to relieable keep track > of frame parameter changes which require a context reinitialization. > This is required for broken inputs which change the frame size but > error out before the context can be reinitialized. > --- > libavcodec/h263dec.c | 25 +++++++++++++------------ > libavcodec/mpeg4videodec.c | 3 +++ > libavcodec/mpegvideo.c | 9 +++++++++ > libavcodec/mpegvideo.h | 4 ++++ > 4 files changed, 29 insertions(+), 12 deletions(-) >
Looks fine. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
