Module: libav Branch: master Commit: 9ab2d5a33c26686959a309a9116ac89238dde4f6
Author: Piotr Bandurski <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Mon Nov 5 17:43:01 2012 +0100 riff: add "lsvm" FourCC for H263. --- 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') }, _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
