Re: [FFmpeg-devel] [PATCH] avcodec/h264dec: Call ff_print_debug_info2() in flush codepath

2017-01-13 Thread Michael Niedermayer
On Fri, Jan 13, 2017 at 12:55:33PM +0100, Clément Bœsch wrote: > On Thu, Jan 12, 2017 at 12:11:37PM +0100, Michael Niedermayer wrote: > > Found-by: ubitux > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/h264dec.c | 9 + > > 1 file changed, 9

Re: [FFmpeg-devel] [PATCH] avcodec/h264dec: Call ff_print_debug_info2() in flush codepath

2017-01-13 Thread Clément Bœsch
On Thu, Jan 12, 2017 at 12:11:37PM +0100, Michael Niedermayer wrote: > Found-by: ubitux > Signed-off-by: Michael Niedermayer > --- > libavcodec/h264dec.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c > index