[FFmpeg-cvslog] riff: add "lsvm" FourCC for H263.
Piotr Bandurski
git at videolan.org
Fri Apr 4 03:25:01 CEST 2014
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Mon Nov 5 17:43:01 2012 +0100| [9ab2d5a33c26686959a309a9116ac89238dde4f6] | committer: Vittorio Giovara
riff: add "lsvm" FourCC for H263.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ab2d5a33c26686959a309a9116ac89238dde4f6
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index cb8634c..7c5790b 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') },
More information about the ffmpeg-cvslog
mailing list