projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682a201
)
riff: Add DAVC fourcc.
author
ami_stuff
<ami_stuff@o2.pl>
Wed, 11 May 2011 20:18:15 +0000
(22:18 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 21 Jun 2011 19:38:58 +0000
(21:38 +0200)
This fourcc is used by the "mpegable AVC" codec and files encoded with
this codec decode correctly with our H.264 decoder.
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index 95e08b28a8684996efc171b4d030aa58910b5ad6..b2e8414b5d9b90ab8df24a98ef3f1dbb449866ce 100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-33,6
+33,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_H264, MKTAG('X', '2', '6', '4') },
{ CODEC_ID_H264, MKTAG('x', '2', '6', '4') },
{ CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') },
+ { CODEC_ID_H264, MKTAG('D', 'A', 'V', 'C') },
{ CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') },
{ CODEC_ID_H263, MKTAG('H', '2', '6', '3') },
{ CODEC_ID_H263, MKTAG('X', '2', '6', '3') },