Re: [libav-devel] [PATCH] lavf: check that the codec is supported by extract_extradata

2016-10-18 Thread Luca Barbato
On 18/10/2016 20:50, Anton Khirnov wrote: > Avoids superfluous error message spam after > 8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4 > --- > libavformat/utils.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index 1c93326..37ba5a8

[libav-devel] [PATCH] lavf: check that the codec is supported by extract_extradata

2016-10-18 Thread Anton Khirnov
Avoids superfluous error message spam after 8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4 --- libavformat/utils.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavformat/utils.c b/libavformat/utils.c index 1c93326..37ba5a8 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c