changeset 1309:0cfdbbf84a6c libavcodec

a bottle of coke (=0.5l)
author al3x
date Mon, 16 Jun 2003 10:30:01 +0000
parents 98e270096355
children b76927543aaf
files huffyuv.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/huffyuv.c	Mon Jun 16 08:28:43 2003 +0000
+++ b/huffyuv.c	Mon Jun 16 10:30:01 2003 +0000
@@ -1124,14 +1124,14 @@
     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,