Re: [libav-devel] [PATCH] avconv: Factorize combining auto vsync with format.

2011-08-18 Thread Anton Khirnov
On Wed, 17 Aug 2011 23:04:32 +0100, Måns Rullgård m...@mansr.com wrote: Anton Khirnov an...@khirnov.net writes: On Tue, 16 Aug 2011 19:09:22 -0700, Alex Converse alex.conve...@gmail.com wrote: --- avconv.c | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-)

[libav-devel] [PATCH] avconv: Factorize combining auto vsync with format.

2011-08-17 Thread Alex Converse
--- avconv.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/avconv.c b/avconv.c index 6fa3e94..9017d48 100644 --- a/avconv.c +++ b/avconv.c @@ -1098,7 +1098,7 @@ static void do_video_out(AVFormatContext *s, AVFrame *in_picture,

Re: [libav-devel] [PATCH] avconv: Factorize combining auto vsync with format.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 10:24:37 -0700, Alex Converse alex.conve...@gmail.com wrote: --- avconv.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/avconv.c b/avconv.c index 6fa3e94..9017d48 100644 --- a/avconv.c +++ b/avconv.c @@ -1098,7 +1098,7 @@ static

Re: [libav-devel] [PATCH] avconv: Factorize combining auto vsync with format.

2011-08-17 Thread Måns Rullgård
Anton Khirnov an...@khirnov.net writes: On Tue, 16 Aug 2011 19:09:22 -0700, Alex Converse alex.conve...@gmail.com wrote: --- avconv.c | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/avconv.c b/avconv.c index b3a4ab7..0751f19 100644 --- a/avconv.c