diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-12-27 11:42:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-12-27 11:42:52 +0000 |
commit | f560dd8279e84c85f9d75cf411e2eb7316662a0b (patch) | |
tree | 197370636b390e31e70fa53d59635f6ad72292fb /libavformat | |
parent | 368eb094232fdda28c17a0d9698264108712ff4d (diff) | |
download | ffmpeg-f560dd8279e84c85f9d75cf411e2eb7316662a0b.tar.gz |
huffyuv 4cc & -strict
(huffyuv still doesnt work with ffmpeg (it does work with mencoder though) someone should fix the avi de(muxer))
Originally committed as revision 1363 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avienc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c index f14b1cb274..66cf1dd249 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -84,6 +84,8 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') }, { CODEC_ID_MPEG1VIDEO, MKTAG('P', 'I', 'M', '1') }, { CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') }, + { CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') }, + { CODEC_ID_HUFFYUV, MKTAG('h', 'f', 'y', 'u') }, { 0, 0 }, }; |