[FFmpeg-devel] [PATCH 1/2] lavu/pixfmt: add AYUV pixel format

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Aug 29 19:12:25 EEST 2019


Am Do., 29. Aug. 2019 um 16:16 Uhr schrieb Fu, Linjie <linjie.fu at intel.com>:

> Thus AYUV will make more sense.

If your hardware decoding does not produce valid alpha data (0xFF
for opaque, 0x00 for completely transparent), you cannot use an
FFmpeg pix_fmt that defines alpha for decoding.
If you define a pix_fmt that does not contain alpha information (as
needed for your hardware decoder), please do not use "A" in its
name.

Carl Eugen


More information about the ffmpeg-devel mailing list