[libav-devel] [PATCH 01/11] avconv: factor out adding input streams.

2011-08-17 Thread Anton Khirnov
--- avconv.c | 137 + 1 files changed, 74 insertions(+), 63 deletions(-) diff --git a/avconv.c b/avconv.c index 66772aa..7c72db2 100644 --- a/avconv.c +++ b/avconv.c @@ -2846,11 +2846,83 @@ static AVCodec *choose_codec(AVFormatContext

Re: [libav-devel] [PATCH 01/11] avconv: factor out adding input streams.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:42PM +0200, Anton Khirnov wrote: --- avconv.c | 137 + 1 files changed, 74 insertions(+), 63 deletions(-) lgtm ___ libav-devel mailing list