summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/mp3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index ceba2ce506..9c5c149d39 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -68,7 +68,6 @@ static int mp3_read_probe(AVProbeData *p)
if (first_frames>=4) return AVPROBE_SCORE_MAX/2+1;
else if(max_frames>500)return AVPROBE_SCORE_MAX/2;
else if(max_frames>=4) return AVPROBE_SCORE_MAX/4;
- else if(buf0!=p->buf) return AVPROBE_SCORE_MAX/4-1;
else if(max_frames>=1) return 1;
else return 0;
//mpegps_mp3_unrecognized_format.mpg has max_frames=3