Re: [FFmpeg-devel] [PATCH] Correct range for framerate in abitscope filter

2017-03-30 Thread Lou Logan
On Thu, 30 Mar 2017 10:13:53 +0530 Gyan wrote: > Ping. Pushed. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Correct range for framerate in abitscope filter

2017-03-29 Thread Gyan
On Thu, Mar 23, 2017 at 7:17 PM, Gyan wrote: > At present, the max value for the framerate input in the abitscope filter > is 0. This leads to an error when setting any rate: > > "[abitscope @ 04700500] Value 24.00 for parameter 'rate' out > of range [0 - 0]" > > Replaced with INT_MAX

[FFmpeg-devel] [PATCH] Correct range for framerate in abitscope filter

2017-03-23 Thread Gyan
At present, the max value for the framerate input in the abitscope filter is 0. This leads to an error when setting any rate: "[abitscope @ 04700500] Value 24.00 for parameter 'rate' out of range [0 - 0]" Replaced with INT_MAX. Thanks, Gyan 0001-Correct-range-for-framerate-in-abits