diff dsputil.h @ 2075:aae3b4e66560 libavcodec

chroma me fix
author michael
date Fri, 11 Jun 2004 21:12:46 +0000
parents 9e4bebc39ade
children 869805505b30
line wrap: on
line diff
--- a/dsputil.h	Fri Jun 11 07:59:12 2004 +0000
+++ b/dsputil.h	Fri Jun 11 21:12:46 2004 +0000
@@ -204,7 +204,7 @@
      * @param line_size number of bytes in a horizontal line of block
      * @param h height
      */
-    op_pixels_func put_no_rnd_pixels_tab[2][4];
+    op_pixels_func put_no_rnd_pixels_tab[4][4];
 
     /**
      * Halfpel motion compensation with no rounding (a+b)>>1.
@@ -216,7 +216,7 @@
      * @param line_size number of bytes in a horizontal line of block
      * @param h height
      */
-    op_pixels_func avg_no_rnd_pixels_tab[2][4];
+    op_pixels_func avg_no_rnd_pixels_tab[4][4];
     
     void (*put_no_rnd_pixels_l2[2])(uint8_t *block/*align width (8 or 16)*/, const uint8_t *a/*align 1*/, const uint8_t *b/*align 1*/, int line_size, int h);