summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-06-16 10:30:01 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-06-16 10:30:01 +0000
commit1433e6c4994c59abe7d3cdc4d8d9f7db6682efce (patch)
treeb38a99dba2c495ad03a5a30fa1b39a729ab526d2 /libavcodec/huffyuv.c
parent0b15bfe7cc666a67a1e906735c0fae07b81a93e2 (diff)
a bottle of coke (=0.5l)
Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/huffyuv.c')
-rw-r--r--libavcodec/huffyuv.c4
1 files changed, 2 insertions, 2 deletions
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,