split ffhuffyuv into 2 codecs:

"huffyuv" is compatible with the official version
"ffvhuff" contains our improvements

Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Loren Merritt
2004-11-28 18:29:38 +00:00
parent 17179d2d97
commit f37b9768f6
8 changed files with 61 additions and 18 deletions

View File

@@ -627,6 +627,7 @@ static int is_intra_only(AVCodecContext *enc){
case CODEC_ID_RAWVIDEO:
case CODEC_ID_DVVIDEO:
case CODEC_ID_HUFFYUV:
case CODEC_ID_FFVHUFF:
case CODEC_ID_ASV1:
case CODEC_ID_ASV2:
case CODEC_ID_VCR1: