[libav-devel] [PATCH] avconv: Factorize video resampling.

2011-08-17 Thread Alex Converse
--- avconv.c | 118 + 1 files changed, 64 insertions(+), 54 deletions(-) diff --git a/avconv.c b/avconv.c index 50fa1a7..6fa3e94 100644 --- a/avconv.c +++ b/avconv.c @@ -1030,58 +1030,14 @@ static void do_subtitle_out(AVFormatContext

Re: [libav-devel] [PATCH] avconv: Factorize video resampling.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 10:21:51 -0700, Alex Converse alex.conve...@gmail.com wrote: --- avconv.c | 118 + 1 files changed, 64 insertions(+), 54 deletions(-) Ok. -- Anton Khirnov ___