git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c0de9a2
)
riff: Add a mapping for VP6A
author
Martin Storsjö
<martin@martin.st>
Wed, 14 Aug 2013 09:38:56 +0000
(12:38 +0300)
committer
Martin Storsjö
<martin@martin.st>
Sat, 12 Oct 2013 10:02:45 +0000
(13:02 +0300)
This allows demuxing VP6A from F4V files.
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
8216261
..
2668d19
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-228,6
+228,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') },
{ AV_CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') },
{ AV_CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') },
+ { AV_CODEC_ID_VP6A, MKTAG('V', 'P', '6', 'A') },
{ AV_CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') },
{ AV_CODEC_ID_VP6F, MKTAG('F', 'L', 'V', '4') },
{ AV_CODEC_ID_VP8, MKTAG('V', 'P', '8', '0') },