On Wed, Sep 19, 2012 at 11:38:25AM +0200, Janne Grunau wrote: > Hi, > > this patch has so far survived fuzzing since yesterday evening without > hang or crash. > > Janne > > ---8<--- > Adds a flag context_reinit to MpegEncContext to releable 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 | 26 +++++++------------------- > libavcodec/mpeg4videodec.c | 2 ++ > libavcodec/mpegvideo.c | 9 +++++++++ > libavcodec/mpegvideo.h | 4 ++++ > 4 files changed, 22 insertions(+), 19 deletions(-)
LGTM (as much as that code can look good) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
