[FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

James Almer jamrial at gmail.com
Fri Aug 17 06:46:52 EEST 2018


On 8/14/2018 1:23 PM, Michael Niedermayer wrote:
> On Mon, Aug 13, 2018 at 04:58:42PM +0300, Sergey Lavrushkin wrote:
>>>
>>> Just use av_clipf instead of FFMIN/FFMAX.
>>
>>
>> Changed FFMIN/FFMAX to av_clip_uint16 and av_clip_uint8.
> 
> will apply
> 
> thanks

This broke fate on some 32bit hosts. Guess float pixfmts shouldn't be
tested for bitexact output. The gbrpf32 ones aren't, for example.
http://fate.ffmpeg.org/report.cgi?time=20180816131312&slot=x86_32-debian-kfreebsd-gcc-4.4-cpuflags-mmx

Was a float gray pixfmt needed for this filter? Gray16 was not an option?


More information about the ffmpeg-devel mailing list