[libav-devel] [PATCH] avconv: More descriptive message about framedrop

2014-03-23 Thread Vittorio Giovara
From: Luca Barbato lu_z...@gentoo.org Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- avconv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/avconv.c b/avconv.c index 13e6778..10f0eef 100644 --- a/avconv.c +++ b/avconv.c @@ -512,7 +512,9 @@ static void

Re: [libav-devel] [PATCH] avconv: More descriptive message about framedrop

2014-03-23 Thread Luca Barbato
On 24/03/14 01:24, Vittorio Giovara wrote: From: Luca Barbato lu_z...@gentoo.org Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- avconv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/avconv.c b/avconv.c index 13e6778..10f0eef 100644 ---

[libav-devel] [PATCH] avconv: More descriptive message about framedrop

2014-03-19 Thread Luca Barbato
--- avconv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/avconv.c b/avconv.c index 13e6778..7ac175b 100644 --- a/avconv.c +++ b/avconv.c @@ -512,7 +512,9 @@ static void do_video_out(AVFormatContext *s, in_picture-pts != AV_NOPTS_VALUE in_picture-pts

Re: [libav-devel] [PATCH] avconv: More descriptive message about framedrop

2014-03-19 Thread Anton Khirnov
On Wed, 19 Mar 2014 09:57:47 +0100, Luca Barbato lu_z...@gentoo.org wrote: --- avconv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/avconv.c b/avconv.c index 13e6778..7ac175b 100644 --- a/avconv.c +++ b/avconv.c @@ -512,7 +512,9 @@ static void