changeset 1320:7979b98470c8 libavcodec

4, not 2
author tmmm
date Fri, 20 Jun 2003 02:22:25 +0000
parents 449f6e32b425
children 2365b4dfc450
files dsputil.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.h	Thu Jun 19 01:44:44 2003 +0000
+++ b/dsputil.h	Fri Jun 20 02:22:25 2003 +0000
@@ -162,7 +162,7 @@
 
     /**
      * Halfpel motion compensation with rounding (a+b+1)>>1.
-     * This is an array[2][4] of motion compensation functions for 2 
+     * This is an array[4][4] of motion compensation functions for 4 
      * horizontal blocksizes (2,4,8,16) and the 4 halfpel positions<br>
      * *pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ]
      * @param block destination into which the result is averaged (a+b+1)>>1