Mercurial > libavformat.hg
changeset 2070:a3fe42b9f15a libavformat
Fix two small typos in comment
author | reimar |
---|---|
date | Sun, 06 May 2007 18:23:28 +0000 |
parents | 42d459116315 |
children | 228e5fd9a357 |
files | mp3.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;