[SCM] libav/experimental: riff: add "lsvm" FourCC for H263.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Aug 10 16:02:37 UTC 2014
The following commit has been merged in the experimental branch:
commit 9ab2d5a33c26686959a309a9116ac89238dde4f6
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date: Mon Nov 5 17:43:01 2012 +0100
riff: add "lsvm" FourCC for H263.
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') },
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list