[FFmpeg-cvslog] avformat/format: remove unused variable
Michael Niedermayer
git at videolan.org
Thu Aug 14 20:50:00 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Aug 14 20:40:11 2014 +0200| [fce8817a01d15f1e740303b7c1a5a73a2986a6de] | committer: Michael Niedermayer
avformat/format: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fce8817a01d15f1e740303b7c1a5a73a2986a6de
---
libavformat/format.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/format.c b/libavformat/format.c
index 999e821..828ab52 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;
More information about the ffmpeg-cvslog
mailing list