Re: [FFmpeg-devel] [PATCH] avcodec/utils: only warn when passed invalid lowres value

2016-08-13 Thread Carl Eugen Hoyos
Hi! 2016-08-05 0:35 GMT+02:00 Aman Gupta : > From: Aman Gupta > > This makes it easier to use the lowres option when dealing with input > files in different codecs. If the codec doesn't support lowres=1 for > instance, it will throw a warning and use lowres=0 instead of erroring > out completely.

Re: [FFmpeg-devel] [PATCH] avcodec/utils: only warn when passed invalid lowres value

2016-08-12 Thread Michael Niedermayer
On Thu, Aug 04, 2016 at 03:35:57PM -0700, Aman Gupta wrote: > From: Aman Gupta > > This makes it easier to use the lowres option when dealing with input > files in different codecs. If the codec doesn't support lowres=1 for > instance, it will throw a warning and use lowres=0 instead of erroring

[FFmpeg-devel] [PATCH] avcodec/utils: only warn when passed invalid lowres value

2016-08-04 Thread Aman Gupta
From: Aman Gupta This makes it easier to use the lowres option when dealing with input files in different codecs. If the codec doesn't support lowres=1 for instance, it will throw a warning and use lowres=0 instead of erroring out completely. --- libavcodec/utils.c | 5 ++--- 1 file changed, 2 i