diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-16 15:33:49 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-16 15:33:49 +0000 |
commit | ec1091eb86402f83104124775fc3eb442f1369de (patch) | |
tree | eb8710ad8f8f70c106228baecfe29418217645e1 /src/libffmpeg/libavcodec/vcr1.c | |
parent | fc05268e42be632cc4ab1c00b5918e2158317c10 (diff) | |
download | xine-lib-ec1091eb86402f83104124775fc3eb442f1369de.tar.gz xine-lib-ec1091eb86402f83104124775fc3eb442f1369de.tar.bz2 |
fix some more compiler warnings about functions xine does not use
(mostly encoder stuff)
CVS patchset: 5752
CVS date: 2003/11/16 15:33:49
Diffstat (limited to 'src/libffmpeg/libavcodec/vcr1.c')
-rw-r--r-- | src/libffmpeg/libavcodec/vcr1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/vcr1.c b/src/libffmpeg/libavcodec/vcr1.c index 4905c703f..de1688443 100644 --- a/src/libffmpeg/libavcodec/vcr1.c +++ b/src/libffmpeg/libavcodec/vcr1.c @@ -158,12 +158,14 @@ static int decode_init(AVCodecContext *avctx){ return 0; } +#ifdef CONFIG_ENCODERS static int encode_init(AVCodecContext *avctx){ common_init(avctx); return 0; } +#endif static int decode_end(AVCodecContext *avctx){ |