From d7c6552c7c876bb7c74078dcdf32e94e413f9367 Mon Sep 17 00:00:00 2001 From: Ben Littler Date: Mon, 19 Jan 2009 16:11:46 +0000 Subject: add T263. works on samples/V-codecs/T263/ Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index 44332750ba..b75cc687ad 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') }, -- cgit v1.2.3