From fce8817a01d15f1e740303b7c1a5a73a2986a6de Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 14 Aug 2014 20:40:11 +0200 Subject: avformat/format: remove unused variable Signed-off-by: Michael Niedermayer --- libavformat/format.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat') 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; -- cgit v1.2.3