summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-11-05 17:43:01 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-11-05 17:43:01 +0100
commit461797f6aac52cf733fbeb41c532f4bdfb769b84 (patch)
treef5077cac709fc8934eb1a6931c9597e83d7c4a1a /libavformat
parentb2b67fd610b8d63a72cfb94be34f9c25710cf3e6 (diff)
riff: add "lsvm" FourCC for H263.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 6ca3f2d418..528b3ba51b 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -48,6 +48,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 h263 */
{ AV_CODEC_ID_H261, MKTAG('H', '2', '6', '1') },