diff h264.h @ 6488:ecbe9565dcae libavcodec

typo fixes
author diego
date Wed, 12 Mar 2008 23:58:46 +0000
parents ffb2a7b80d6d
children 7d40da88f0c7
line wrap: on
line diff
--- a/h264.h	Mon Mar 10 21:59:30 2008 +0000
+++ b/h264.h	Wed Mar 12 23:58:46 2008 +0000
@@ -349,7 +349,7 @@
     GetBitContext *inter_gb_ptr;
 
     DECLARE_ALIGNED_16(DCTELEM, mb[16*24]);
-    DCTELEM mb_padding[256];        ///< as mb is addressed by scantable[i] and scantable is uint8_t we can either check that i is not to large or ensure that there is some unused stuff after mb
+    DCTELEM mb_padding[256];        ///< as mb is addressed by scantable[i] and scantable is uint8_t we can either check that i is not too large or ensure that there is some unused stuff after mb
 
     /**
      * Cabac