[SCM] libav/experimental: Fix two small typos in comment

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 89ecc26188855c65245d4cc6c6b58e5d3c22edb6
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sun May 6 18:23:28 2007 +0000

    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 ff73611..424d588 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list