summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/format.c b/libavformat/format.c
index 999e8216da..828ab52fc9 100644
--- a/libavformat/format.c
+++ b/libavformat/format.c
@@ -254,7 +254,6 @@ int av_probe_input_buffer2(AVIOContext *pb, AVInputFormat **fmt,
{
AVProbeData pd = { filename ? filename : "" };
uint8_t *buf = NULL;
- uint8_t *mime_type;
int ret = 0, probe_size, buf_offset = 0;
int score = 0;
int ret2;