[FFmpeg-devel] Add support for AVI YV24 (RAW) FourCC

compn tempn at twmi.rr.com
Sun Jun 26 04:54:23 CEST 2011


On Sat, 25 Jun 2011 23:32:14 +0200, ami_stuff wrote:
>The attached patch adds support for YV24 FourCC. The background in the video
>must the blue, so it seems there is a need to swap UV.
>
>Fixes ticket #306.
>+    { PIX_FMT_YUV444P, MKTAG('Y', 'V', '2', '4') },
>+        || avctx->codec_tag == MKTAG('Y', 'V', '2', '4')
>+    { CODEC_ID_RAWVIDEO,     MKTAG('Y', 'V', '2', '4') },

looks ok to me, but i think baptiste is maintainer

-compn


More information about the ffmpeg-devel mailing list