[SCM] libav/experimental: riff: add DM4V FourCC

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


The following commit has been merged in the experimental branch:
commit 32b0942c99d4ea9242b23c0781571a0837779689
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Thu Aug 15 14:12:47 2013 +0200

    riff: add DM4V FourCC

diff --git a/libavformat/riff.c b/libavformat/riff.c
index bb2b82d..03a894e 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -86,6 +86,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_MPEG4,        MKTAG('G', '2', '6', '4') },
     /* flipped video */
     { AV_CODEC_ID_MPEG4,        MKTAG('H', 'D', 'X', '4') },
+    { AV_CODEC_ID_MPEG4,        MKTAG('D', 'M', '4', 'V') },
     { AV_CODEC_ID_MPEG4,        MKTAG('D', 'M', 'K', '2') },
     { AV_CODEC_ID_MPEG4,        MKTAG('D', 'I', 'G', 'I') },
     { AV_CODEC_ID_MPEG4,        MKTAG('I', 'N', 'M', 'C') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list