From 2a06f90f75f6e99af8b39d41e78dc6f6850fe68d Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sat, 21 Jun 2003 03:58:57 +0000 Subject: major purpose of this update is to import the rearranged MC edge emulation facilities CVS patchset: 5079 CVS date: 2003/06/21 03:58:57 --- src/libffmpeg/libavcodec/huffyuv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg/libavcodec/huffyuv.c') diff --git a/src/libffmpeg/libavcodec/huffyuv.c b/src/libffmpeg/libavcodec/huffyuv.c index 26058b19e..53c0df0c0 100644 --- a/src/libffmpeg/libavcodec/huffyuv.c +++ b/src/libffmpeg/libavcodec/huffyuv.c @@ -1124,14 +1124,14 @@ static int encode_end(AVCodecContext *avctx) return 0; } -#endif //CONFIG_ENCODERS - static const AVOption huffyuv_options[] = { AVOPTION_CODEC_INT("prediction_method", "prediction_method", prediction_method, 0, 2, 0), AVOPTION_END() }; +#endif //CONFIG_ENCODERS + AVCodec huffyuv_decoder = { "huffyuv", CODEC_TYPE_VIDEO, -- cgit v1.2.3