summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/huffyuv.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-06-21 03:58:57 +0000
committerMike Melanson <mike@multimedia.cx>2003-06-21 03:58:57 +0000
commit2a06f90f75f6e99af8b39d41e78dc6f6850fe68d (patch)
treee215f9e2dbfef6eea251880179c3f73c6765f489 /src/libffmpeg/libavcodec/huffyuv.c
parent7ec65b9aeaded392195543631da79bcf912382ab (diff)
downloadxine-lib-2a06f90f75f6e99af8b39d41e78dc6f6850fe68d.tar.gz
xine-lib-2a06f90f75f6e99af8b39d41e78dc6f6850fe68d.tar.bz2
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
Diffstat (limited to 'src/libffmpeg/libavcodec/huffyuv.c')
-rw-r--r--src/libffmpeg/libavcodec/huffyuv.c4
1 files changed, 2 insertions, 2 deletions
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,