Re: [FFmpeg-devel] [PATCH 2/3] ffmpeg: notify when the thread message queue blocks.

2015-02-16 Thread Michael Niedermayer
On Mon, Feb 16, 2015 at 10:22:16PM +0100, Nicolas George wrote: > This can help finding the source of A-V desync with live input. > > Signed-off-by: Nicolas George > --- > ffmpeg.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2

[FFmpeg-devel] [PATCH 2/3] ffmpeg: notify when the thread message queue blocks.

2015-02-16 Thread Nicolas George
This can help finding the source of A-V desync with live input. Signed-off-by: Nicolas George --- ffmpeg.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index becd5df..a52de20 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3356,6 +3356,7 @@ static int c