From: compn Date: Mon, 19 Jan 2009 16:11:46 +0000 (+0000) Subject: add T263. works on samples/V-codecs/T263/ X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/c2ef9321f9fd98653aa63fb69e337d3072ffac6b add T263. works on samples/V-codecs/T263/ git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16685 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavformat/riff.c b/libavformat/riff.c index 44332750b..b75cc687a 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -34,6 +34,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') }, { CODEC_ID_H263, MKTAG('H', '2', '6', '3') }, { CODEC_ID_H263, MKTAG('X', '2', '6', '3') }, + { CODEC_ID_H263, MKTAG('T', '2', '6', '3') }, { CODEC_ID_H263, MKTAG('L', '2', '6', '3') }, { CODEC_ID_H263, MKTAG('V', 'X', '1', 'K') }, { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },