changeset 15:4d872c573360 libavformat

huffyuv 4cc & -strict (huffyuv still doesnt work with ffmpeg (it does work with mencoder though) someone should fix the avi de(muxer))
author michaelni
date Fri, 27 Dec 2002 11:42:52 +0000
parents b167760cd0aa
children 863c1133ba73
files avienc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avienc.c	Fri Dec 20 23:10:58 2002 +0000
+++ b/avienc.c	Fri Dec 27 11:42:52 2002 +0000
@@ -84,6 +84,8 @@
     { 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 },
 };