Re: [FFmpeg-devel] [PATCH 3/3] lavc/h264dec: reconstruct and debug flush frames as well

2017-01-16 Thread Clément Bœsch
On Fri, Jan 13, 2017 at 05:19:33PM +0100, Michael Niedermayer wrote: > On Fri, Jan 13, 2017 at 12:40:07PM +0100, Clément Bœsch wrote: > > From: Clément Bœsch > > > > --- > > libavcodec/h264dec.c | 99 > > +--- > > 1 file

Re: [FFmpeg-devel] [PATCH 3/3] lavc/h264dec: reconstruct and debug flush frames as well

2017-01-13 Thread Michael Niedermayer
On Fri, Jan 13, 2017 at 12:40:07PM +0100, Clément Bœsch wrote: > From: Clément Bœsch > > --- > libavcodec/h264dec.c | 99 > +--- > 1 file changed, 56 insertions(+), 43 deletions(-) LGTM thx [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH 3/3] lavc/h264dec: reconstruct and debug flush frames as well

2017-01-13 Thread Clément Bœsch
From: Clément Bœsch --- libavcodec/h264dec.c | 99 +--- 1 file changed, 56 insertions(+), 43 deletions(-) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index ed0b7246b7..0cb0352485 100644 --- a/libavcodec/h264dec.c