From: Reimar Döffinger Date: Sun, 6 May 2007 18:23:28 +0000 (+0000) Subject: Fix two small typos in comment X-Git-Tag: v0.5~9099 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=89ecc26188855c65245d4cc6c6b58e5d3c22edb6;p=coroid%2Flibav_saccubus.git Fix two small typos in comment Originally committed as revision 8920 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/mp3.c b/libavformat/mp3.c index ff736118a..424d58896 100644 --- a/libavformat/mp3.c +++ b/libavformat/mp3.c @@ -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;