summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-11-05 17:43:01 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-04 01:29:22 +0200
commit9ab2d5a33c26686959a309a9116ac89238dde4f6 (patch)
tree8e60c76348e1e8919ee489e87b7b9447af726633 /libavformat/riff.c
parent915524e541f0119e20783d198b79f278a81f1eac (diff)
riff: add "lsvm" FourCC for H263.
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 cb8634ca78..7c5790b631 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -46,6 +46,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_H263, MKTAG('V', 'X', '1', 'K') },
{ AV_CODEC_ID_H263, MKTAG('Z', 'y', 'G', 'o') },
{ AV_CODEC_ID_H263, MKTAG('M', '2', '6', '3') },
+ { AV_CODEC_ID_H263, MKTAG('l', 's', 'v', 'm') },
{ AV_CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },
{ AV_CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* Intel H.263 */
{ AV_CODEC_ID_H261, MKTAG('H', '2', '6', '1') },