[SCM] libav/experimental: Spelling fix

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:26 UTC 2013


The following commit has been merged in the experimental branch:
commit 1d726a59586ffb1527fdd46e69820470b510201a
Author: Michel Bardiaux <mbardiaux at mediaxim.be>
Date:   Thu Feb 15 12:57:20 2007 +0000

    Spelling fix
    
    Originally committed as revision 7988 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 8daf209..7a1b53c 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -182,7 +182,7 @@ static void convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[
         }
     }
     if(shift){
-        av_log(NULL, AV_LOG_INFO, "Warning, QMAT_SHIFT is larger then %d, overflows possible\n", QMAT_SHIFT - shift);
+        av_log(NULL, AV_LOG_INFO, "Warning, QMAT_SHIFT is larger than %d, overflows possible\n", QMAT_SHIFT - shift);
     }
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list