Commit a7cdef5c authored by reimar's avatar reimar

Fix two small typos in comment


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