[FFmpeg-cvslog] r8920 - trunk/libavformat/mp3.c

reimar subversion
Sun May 6 20:23:29 CEST 2007


Author: reimar
Date: Sun May  6 20:23:28 2007
New Revision: 8920

Log:
Fix two small typos in comment


Modified:
   trunk/libavformat/mp3.c

Modified: trunk/libavformat/mp3.c
==============================================================================
--- trunk/libavformat/mp3.c	(original)
+++ trunk/libavformat/mp3.c	Sun May  6 20:23:28 2007
@@ -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;




More information about the ffmpeg-cvslog mailing list