Re: [FFmpeg-devel] [PATCH] ffplay: signal the frame queue before closing audio

2014-11-11 Thread Michael Niedermayer
On Tue, Nov 11, 2014 at 11:29:29PM +0100, Marton Balint wrote: > > On Mon, 10 Nov 2014, Marton Balint wrote: > > >Fixed regression caused by 631ac655c00e978e19d05dab572bc1ffd6078c63 when > >ffplay > >does not quit if the audio thread is blocked. > > > >Signed-off-by: Marton Balint > >--- > >ffp

Re: [FFmpeg-devel] [PATCH] ffplay: signal the frame queue before closing audio

2014-11-11 Thread Marton Balint
On Mon, 10 Nov 2014, Marton Balint wrote: Fixed regression caused by 631ac655c00e978e19d05dab572bc1ffd6078c63 when ffplay does not quit if the audio thread is blocked. Signed-off-by: Marton Balint --- ffplay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Hello Michael, Please me

[FFmpeg-devel] [PATCH] ffplay: signal the frame queue before closing audio

2014-11-10 Thread Marton Balint
Fixed regression caused by 631ac655c00e978e19d05dab572bc1ffd6078c63 when ffplay does not quit if the audio thread is blocked. Signed-off-by: Marton Balint --- ffplay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffplay.c b/ffplay.c index 490bffa..f79161d 100644 --- a/ff