mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 01:49:40 +00:00
add T263. works on samples/V-codecs/T263/
Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
406792e7b0
commit
d7c6552c7c
@ -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') },
|
||||
|
Loading…
Reference in New Issue
Block a user