diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c index 26058b19ee..53c0df0c0f 100644 --- a/libavcodec/huffyuv.c +++ b/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,