summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-13 12:14:20 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-13 12:17:48 +0200
commit4d81f9631de70cd460413bc6aad22005c8dc6bf0 (patch)
tree78a345cb6e26f9b66b9cddf7e49692feeeece357 /libavformat/riff.c
parent7cf0ed32faaed948f970f04b6c7ac4544c249c44 (diff)
lavf/riff: Support Verint NetDVR II ("VSM4") h263 video in asf.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 72ad5d977a..dceb9797bf 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -56,6 +56,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* Intel H.263 */
{ AV_CODEC_ID_H261, MKTAG('H', '2', '6', '1') },
{ AV_CODEC_ID_H263, MKTAG('U', '2', '6', '3') },
+ { AV_CODEC_ID_H263, MKTAG('V', 'S', 'M', '4') },
{ AV_CODEC_ID_MPEG4, MKTAG('F', 'M', 'P', '4') },
{ AV_CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
{ AV_CODEC_ID_MPEG4, MKTAG('D', 'X', '5', '0') },