提交 89ecc261 编写于 作者: R Reimar Döffinger

Fix two small typos in comment

Originally committed as revision 8920 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 beac8235
......@@ -253,7 +253,7 @@ static int mp3_read_probe(AVProbeData *p)
AVCodecContext avctx;
if(id3_match(p->buf))
return AVPROBE_SCORE_MAX/2+1; // this must be less then mpeg-ps because some retards put id3 tage before mpeg-ps files
return AVPROBE_SCORE_MAX/2+1; // this must be less than mpeg-ps because some retards put id3 tags before mpeg-ps files
max_frames = 0;
buf = p->buf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册