Re: [FFmpeg-devel] [PATCH 1/4] ffplay: remove flushed state from decoder context

2015-01-01 Thread Michael Niedermayer
On Thu, Jan 01, 2015 at 02:56:26PM +0100, Marton Balint wrote: > > On Sat, 27 Dec 2014, Michael Niedermayer wrote: > > >On Thu, Dec 25, 2014 at 07:57:02PM +0100, Marton Balint wrote: > >>Signed-off-by: Marton Balint > >>--- > >> ffplay.c | 4 > >> 1 file changed, 4 deletions(-) > > > >LGTM >

Re: [FFmpeg-devel] [PATCH 1/4] ffplay: remove flushed state from decoder context

2015-01-01 Thread Marton Balint
On Sat, 27 Dec 2014, Michael Niedermayer wrote: On Thu, Dec 25, 2014 at 07:57:02PM +0100, Marton Balint wrote: Signed-off-by: Marton Balint --- ffplay.c | 4 1 file changed, 4 deletions(-) LGTM Hello Michael, Please merge from my stable branch for the ffplay patch series: 8c1f5fb

Re: [FFmpeg-devel] [PATCH 1/4] ffplay: remove flushed state from decoder context

2014-12-27 Thread Michael Niedermayer
On Thu, Dec 25, 2014 at 07:57:02PM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > ffplay.c | 4 > 1 file changed, 4 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live with honor in this world is

[FFmpeg-devel] [PATCH 1/4] ffplay: remove flushed state from decoder context

2014-12-25 Thread Marton Balint
Signed-off-by: Marton Balint --- ffplay.c | 4 1 file changed, 4 deletions(-) diff --git a/ffplay.c b/ffplay.c index 1914a66..507617e 100644 --- a/ffplay.c +++ b/ffplay.c @@ -185,7 +185,6 @@ typedef struct Decoder { AVCodecContext *avctx; int pkt_serial; int finished; -in