Re: [FFmpeg-devel] [PATCH] lavc/h264dec: remove flush goto in decode callback

2017-01-18 Thread Clément Bœsch
On Tue, Jan 17, 2017 at 08:36:14PM +0100, Michael Niedermayer wrote: > On Tue, Jan 17, 2017 at 10:50:31AM +0100, Clément Bœsch wrote: > > From: Clément Bœsch > > > > --- > > libavcodec/h264dec.c | 70 > > +++- > > 1 file changed, 37 insertions(+),

Re: [FFmpeg-devel] [PATCH] lavc/h264dec: remove flush goto in decode callback

2017-01-17 Thread Michael Niedermayer
On Tue, Jan 17, 2017 at 10:50:31AM +0100, Clément Bœsch wrote: > From: Clément Bœsch > > --- > libavcodec/h264dec.c | 70 > +++- > 1 file changed, 37 insertions(+), 33 deletions(-) LGTM, thx [...] -- Michael GnuPG fingerprint: 9FF2128B147E

[FFmpeg-devel] [PATCH] lavc/h264dec: remove flush goto in decode callback

2017-01-17 Thread Clément Bœsch
From: Clément Bœsch --- libavcodec/h264dec.c | 70 +++- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 0cb0352485..0232bbaa23 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264