[FFmpeg-cvslog] riff: add DM4V FourCC
Piotr Bandurski
git at videolan.org
Fri Apr 4 03:25:02 CEST 2014
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Thu Aug 15 14:12:47 2013 +0200| [32b0942c99d4ea9242b23c0781571a0837779689] | committer: Vittorio Giovara
riff: add DM4V FourCC
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32b0942c99d4ea9242b23c0781571a0837779689
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
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') },
More information about the ffmpeg-cvslog
mailing list