projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6beefa4
)
Theora fourcc
author
Roberto Togni
<r_togni@tiscali.it>
Sun, 26 Jun 2005 20:26:47 +0000
(20:26 +0000)
committer
Roberto Togni
<r_togni@tiscali.it>
Sun, 26 Jun 2005 20:26:47 +0000
(20:26 +0000)
Originally committed as revision 4393 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avienc.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/avienc.c
b/libavformat/avienc.c
index
2e2ad71
..
a035f85
100644
(file)
--- a/
libavformat/avienc.c
+++ b/
libavformat/avienc.c
@@
-184,6
+184,7
@@
const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
{ CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
{ CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
+ { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
{ CODEC_ID_RAWVIDEO, 0 },
{ 0, 0 },
};