Commit 86174a5c authored by michaelni's avatar michaelni

fix MPEG-TS missdetected as MPEG-PS


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2194 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f026f35
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment