projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96dd7b2
)
riff: add "GXVE" FourCC for WMV2
author
Piotr Bandurski
<ami_stuff@o2.pl>
Fri, 9 Nov 2012 23:24:09 +0000
(
00:24
+0100)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 3 Apr 2014 23:29:24 +0000
(
01:29
+0200)
Sample-Id: vivd.avi
libavformat/riff.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
fa8ed3e
..
b82b5da
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-123,6
+123,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_MSMPEG4V1, MKTAG('M', 'P', '4', '1') },
{ AV_CODEC_ID_WMV1, MKTAG('W', 'M', 'V', '1') },
{ AV_CODEC_ID_WMV2, MKTAG('W', 'M', 'V', '2') },
+ { AV_CODEC_ID_WMV2, MKTAG('G', 'X', 'V', 'E') },
{ AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'd') },
{ AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'd') },
{ AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') },