On 25/01/16 21:11, Vittorio Giovara wrote: > A reader left open may lead to hangs. > > Signed-off-by: Vittorio Giovara <[email protected]> > --- > libavcodec/mpeg12dec.c | 63 > ++++++++++++++++++++++++++++++++++++++------------ > 1 file changed, 48 insertions(+), 15 deletions(-) > > diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c > index 711b310..882fdf3 100644 > --- a/libavcodec/mpeg12dec.c > +++ b/libavcodec/mpeg12dec.c > @@ -128,9 +128,10 @@ static int mpeg_decode_motion(MpegEncContext *s, int > fcode, int pred) > return sign_extend(val, 5 + shift); > } >
So that's the extended version =) Looks fine. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
