Re: [libav-devel] [PATCH] avconv: Make sure the specific decoder chosen is used

2016-02-04 Thread Luca Barbato
On 04/02/16 12:55, Vittorio Giovara wrote: > On Thu, Nov 26, 2015 at 12:44 PM, Luca Barbato wrote: >> On 26/11/15 12:17, Anton Khirnov wrote: >>> Quoting Luca Barbato (2015-11-26 10:38:14) Otherwise find_stream_info would use the default one. >>> >>> And why is that a problem? >>> >> >> Becau

Re: [libav-devel] [PATCH] avconv: Make sure the specific decoder chosen is used

2016-02-04 Thread Vittorio Giovara
On Thu, Nov 26, 2015 at 12:44 PM, Luca Barbato wrote: > On 26/11/15 12:17, Anton Khirnov wrote: >> Quoting Luca Barbato (2015-11-26 10:38:14) >>> Otherwise find_stream_info would use the default one. >> >> And why is that a problem? >> > > Because then find_stream_info does not find the stream. s

Re: [libav-devel] [PATCH] avconv: Make sure the specific decoder chosen is used

2015-11-26 Thread Luca Barbato
On 26/11/15 12:17, Anton Khirnov wrote: > Quoting Luca Barbato (2015-11-26 10:38:14) >> Otherwise find_stream_info would use the default one. > > And why is that a problem? > Because then find_stream_info does not find the stream. ___ libav-devel maili

Re: [libav-devel] [PATCH] avconv: Make sure the specific decoder chosen is used

2015-11-26 Thread Anton Khirnov
Quoting Luca Barbato (2015-11-26 10:38:14) > Otherwise find_stream_info would use the default one. And why is that a problem? -- Anton Khirnov ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] avconv: Make sure the specific decoder chosen is used

2015-11-26 Thread Luca Barbato
Otherwise find_stream_info would use the default one. --- avconv_opt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/avconv_opt.c b/avconv_opt.c index 8fe53e6..ccde8b4 100644 --- a/avconv_opt.c +++ b/avconv_opt.c @@ -472,6 +472,7 @@ static AVCodec *choose_decoder(OptionsContext *o, AVFormat