[SCM] libav/experimental: grammar

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:19 UTC 2013


The following commit has been merged in the experimental branch:
commit cb0d8a5f8fd00796c40de05e80e55d169154d07a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Nov 9 22:15:46 2007 +0000

    grammar
    
    Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c
index 05c6a51..d3730c7 100644
--- a/libavcodec/intrax8.c
+++ b/libavcodec/intrax8.c
@@ -380,7 +380,7 @@ static void x8_get_prediction(IntraX8Context * const w){
     c= w->prediction_table[2*s->mb_x-2 + !(s->mb_y&1) ];//block[x-1][y-1]
 
     w->est_run = FFMIN(b,a);
-    /*this condition have nothing to do with w->edges, even if it looks similar
+    /*this condition has nothing to do with w->edges, even if it looks similar
       it would triger if e.g. x=3;y=2;
       I guess somebody wrote something wrong and it became standard */
     if( (s->mb_x & s->mb_y) != 0 ) w->est_run=FFMIN(c,w->est_run);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list