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/utils.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/utils.c')
-rw-r--r-- | src/libffmpeg/libavcodec/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/utils.c b/src/libffmpeg/libavcodec/utils.c index 2334de8e6..2ba3e90c3 100644 --- a/src/libffmpeg/libavcodec/utils.c +++ b/src/libffmpeg/libavcodec/utils.c @@ -491,6 +491,7 @@ AVCodec *avcodec_find_decoder_by_name(const char *name) return NULL; } +#if 0 static AVCodec *avcodec_find(enum CodecID id) { AVCodec *p; @@ -502,6 +503,7 @@ static AVCodec *avcodec_find(enum CodecID id) } return NULL; } +#endif void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode) { |