[SCM] libav/experimental: Corrects two typos

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:54:04 UTC 2013


The following commit has been merged in the experimental branch:
commit 87e76ae0bddc725f513bcd4797b10de6cf8bb69c
Author: Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl>
Date:   Thu Nov 5 02:04:21 2009 +0000

    Corrects two typos
    
    Originally committed as revision 20455 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mtv.c b/libavformat/mtv.c
index 0c35b81..8d08b79 100644
--- a/libavformat/mtv.c
+++ b/libavformat/mtv.c
@@ -40,7 +40,7 @@ typedef struct MTVDemuxContext {
     unsigned int file_size;         ///< filesize, not always right
     unsigned int segments;          ///< number of 512 byte segments
     unsigned int audio_identifier;  ///< 'MP3' on all files I have seen
-    unsigned int audio_br;          ///< bitrate of audio chanel (mp3)
+    unsigned int audio_br;          ///< bitrate of audio channel (mp3)
     unsigned int img_colorfmt;      ///< frame colorfmt rgb 565/555
     unsigned int img_bpp;           ///< frame bits per pixel
     unsigned int img_width;         //
@@ -71,7 +71,7 @@ static int mtv_probe(AVProbeData *p)
     }
 
     if(p->buf[51] != 16)
-        return AVPROBE_SCORE_MAX/4; // But we are going to assume 16bbp anyway ..
+        return AVPROBE_SCORE_MAX/4; // But we are going to assume 16bpp anyway ..
 
     return AVPROBE_SCORE_MAX;
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list