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
(parent:
51ace0f
)
riff: Add V264 for H264 in CCTV recordings
author
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Sat, 1 Dec 2012 23:43:39 +0000
(
00:43
+0100)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 3 Apr 2014 23:29:21 +0000
(
01:29
+0200)
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
4703176
..
20be960
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-36,6
+36,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_H264, MKTAG('S', 'M', 'V', '2') },
{ AV_CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') },
{ AV_CODEC_ID_H264, MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */
+ { AV_CODEC_ID_H264, MKTAG('V', '2', '6', '4') },
{ 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') },