summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/utils.c
diff options
context:
space:
mode:
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)
{