summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index 489af7ca1c..5b405ce3c6 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -429,7 +429,7 @@ static int mpegps_probe(AVProbeData *p)
code == PROGRAM_STREAM_MAP ||
code == PRIVATE_STREAM_1 ||
code == PADDING_STREAM)
- return AVPROBE_SCORE_MAX - 1;
+ return AVPROBE_SCORE_MAX - 2;
else
return 0;
}