mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/format: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7ce6c021dc
commit
fce8817a01
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user