a bottle of coke (=0.5l)
authorAlex Beregszaszi <alex@rtfs.hu>
Mon, 16 Jun 2003 10:30:01 +0000 (10:30 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Mon, 16 Jun 2003 10:30:01 +0000 (10:30 +0000)
Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/huffyuv.c

index 26058b19ee23ee0f95239379c205ed1410f6c092..53c0df0c0f67c0cbf5088c4104cfb875eb2a7cb5 100644 (file)
@@ -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,