[FFmpeg-devel] [PATCH] Add YUV444 32bit floating point pixel format
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Jul 21 00:45:19 EEST 2017
2017-07-20 17:46 GMT+02:00 Vittorio Giovara <vittorio.giovara at gmail.com>:
> + [AV_PIX_FMT_YUV444F32LE] = { 0, 0 },
> + [AV_PIX_FMT_YUV444F32BE] = { 0, 0 },
> + [AV_PIX_FMT_YUVA444F32LE] = { 0, 0 },
> + [AV_PIX_FMT_YUVA444F32BE] = { 0, 0 },
Feel free to ignore but imo adding (non-hw) pix_fmts that can neither
be read nor written by default FFmpeg is not ok.
Carl Eugen
More information about the ffmpeg-devel
mailing list