[SCM] libav/experimental: riff: add "YUV8" FourCC

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:38 UTC 2014


The following commit has been merged in the experimental branch:
commit 7100f3c07dbfec9e940cb1bf716edceaefa9c6e6
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Thu Apr 3 15:37:20 2014 +0200

    riff: add "YUV8" FourCC
    
    Sample-Id: MAILTEST.AVI

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 794d0e5..24f1506 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -291,6 +291,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_VC1IMAGE,     MKTAG('W', 'V', 'P', '2') },
     { AV_CODEC_ID_LOCO,         MKTAG('L', 'O', 'C', 'O') },
     { AV_CODEC_ID_WNV1,         MKTAG('W', 'N', 'V', '1') },
+    { AV_CODEC_ID_WNV1,         MKTAG('Y', 'U', 'V', '8') },
     { AV_CODEC_ID_AASC,         MKTAG('A', 'A', 'S', 'C') },
     { AV_CODEC_ID_INDEO2,       MKTAG('R', 'T', '2', '1') },
     { AV_CODEC_ID_FRAPS,        MKTAG('F', 'P', 'S', '1') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list