diff options
author | Carl Eugen Hoyos | 2012-12-02 00:43:39 +0100 |
---|---|---|
committer | Vittorio Giovara | 2014-04-04 01:29:21 +0200 |
commit | 9d9d319a3c29af40e233237391b380e5d0754691 (patch) | |
tree | 357d2f2c9f0960398aaa28ffde9a4e28faecf4e3 | |
parent | 51ace0fb921e7dcdf4879068fd474c61e9e506a9 (diff) |
riff: Add V264 for H264 in CCTV recordings
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 47031769da..20be960918 100644 --- 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') }, |