Re: [libav-devel] [PATCH] avconv: support forcing codec tags for input streams

2014-02-23 Thread Luca Barbato
On 23/02/14 08:43, Anton Khirnov wrote: --- avconv_opt.c| 12 +++- doc/avconv.texi |2 +- 2 files changed, 12 insertions(+), 2 deletions(-) Possibly ok. ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] avconv: support forcing codec tags for input streams

2014-02-23 Thread Janne Grunau
On 2014-02-23 08:43:13 +0100, Anton Khirnov wrote: --- avconv_opt.c| 12 +++- doc/avconv.texi |2 +- 2 files changed, 12 insertions(+), 2 deletions(-) ok Janne ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] avconv: support forcing codec tags for input streams

2014-02-22 Thread Anton Khirnov
--- avconv_opt.c| 12 +++- doc/avconv.texi |2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/avconv_opt.c b/avconv_opt.c index d62d11f..7bc41c9 100644 --- a/avconv_opt.c +++ b/avconv_opt.c @@ -463,6 +463,8 @@ static void add_input_streams(OptionsContext *o,