projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb6e14
)
riff: Support H.264 fourcc UMSV
author
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Mon, 14 Oct 2013 14:29:58 +0000
(16:29 +0200)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 3 Apr 2014 23:29:22 +0000
(
01:29
+0200)
libavformat/riff.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
4e09451
..
cb8634c
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-38,6
+38,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_H264, MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */
{ AV_CODEC_ID_H264, MKTAG('V', '2', '6', '4') }, /* CCTV recordings */
{ AV_CODEC_ID_H264, MKTAG('G', 'A', 'V', 'C') }, /* GeoVision camera */
+ { AV_CODEC_ID_H264, MKTAG('U', 'M', 'S', 'V') },
{ AV_CODEC_ID_H263, MKTAG('H', '2', '6', '3') },
{ AV_CODEC_ID_H263, MKTAG('X', '2', '6', '3') },
{ AV_CODEC_ID_H263, MKTAG('T', '2', '6', '3') },