summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/utils.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-11-16 15:33:49 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-11-16 15:33:49 +0000
commitec1091eb86402f83104124775fc3eb442f1369de (patch)
treeeb8710ad8f8f70c106228baecfe29418217645e1 /src/libffmpeg/libavcodec/utils.c
parentfc05268e42be632cc4ab1c00b5918e2158317c10 (diff)
downloadxine-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.c2
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)
{