projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78f73c
)
hook this up to the CYUV decoder
author
Mike Melanson
<mike@multimedia.cx>
Sun, 9 Feb 2003 17:03:32 +0000
(17:03 +0000)
committer
Mike Melanson
<mike@multimedia.cx>
Sun, 9 Feb 2003 17:03:32 +0000
(17:03 +0000)
Originally committed as revision 1564 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avienc.c
patch
|
blob
|
history
diff --git
a/libavformat/avienc.c
b/libavformat/avienc.c
index
2f73da1
..
b2face1
100644
(file)
--- a/
libavformat/avienc.c
+++ b/
libavformat/avienc.c
@@
-86,6
+86,8
@@
const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
{ CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') },
{ CODEC_ID_HUFFYUV, MKTAG('h', 'f', 'y', 'u') },
+ { CODEC_ID_CYUV, MKTAG('C', 'Y', 'U', 'V') },
+ { CODEC_ID_CYUV, MKTAG('c', 'y', 'u', 'v') },
{ 0, 0 },
};