提交 149f7c02 编写于 作者: M Michael Niedermayer

fix MPEG-TS missdetected as MPEG-PS

Originally committed as revision 2194 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 77ee78bc
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册