diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-14 20:40:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-14 20:40:11 +0200 |
commit | fce8817a01d15f1e740303b7c1a5a73a2986a6de (patch) | |
tree | 3b3b31780d8ced82995de8109b0ae01bfec8d77b | |
parent | 7ce6c021dc471c00aaff4f2245424bcb524374c8 (diff) | |
download | ffmpeg-fce8817a01d15f1e740303b7c1a5a73a2986a6de.tar.gz |
avformat/format: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/format.c | 1 |
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; |