Mercurial > libavformat.hg
diff mp3.c @ 2070:a3fe42b9f15a libavformat
Fix two small typos in comment
| author | reimar |
|---|---|
| date | Sun, 06 May 2007 18:23:28 +0000 |
| parents | a3e79d6e4e3c |
| children | 34440139b3a7 |
line wrap: on
line diff
--- a/mp3.c Sun May 06 12:04:17 2007 +0000 +++ b/mp3.c Sun May 06 18:23:28 2007 +0000 @@ -253,7 +253,7 @@ 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;
