OSDN Git Service
(root)
/
coroid
/
libav_saccubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
406792e
)
add T263. works on samples/V-codecs/T263/
author
Ben Littler
<tempn@twmi.rr.com>
Mon, 19 Jan 2009 16:11:46 +0000
(16:11 +0000)
committer
Ben Littler
<tempn@twmi.rr.com>
Mon, 19 Jan 2009 16:11:46 +0000
(16:11 +0000)
Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
4433275
..
b75cc68
100644
(file)
--- 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') },