projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6a021
)
riff: add DM4V FourCC
author
Piotr Bandurski
<ami_stuff@o2.pl>
Thu, 15 Aug 2013 12:12:47 +0000
(14:12 +0200)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 3 Apr 2014 23:29:23 +0000
(
01:29
+0200)
libavformat/riff.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
bb2b82d
..
03a894e
100644
(file)
--- 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') },