diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-01-01 18:02:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-01-01 18:02:30 +0000 |
commit | e5771f4f37b67951485205e110f4da5e7e32ea74 (patch) | |
tree | b4bd8e6e81f800b6ee34e63bcc68fd9da93e0931 /libavcodec/dsputil.h | |
parent | ae55b5330397e0c53498226fea3cf27bd46f5da2 (diff) | |
download | ffmpeg-e5771f4f37b67951485205e110f4da5e7e32ea74.tar.gz |
put_pixels width comment fix
Originally committed as revision 2646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 30779c34e6..baaba2bdfe 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -156,7 +156,7 @@ typedef struct DSPContext { /** * Halfpel motion compensation with rounding (a+b+1)>>1. * this is an array[4][4] of motion compensation funcions for 4 - * horizontal blocksizes (2,4,8,16) and the 4 halfpel positions<br> + * horizontal blocksizes (8,16) and the 4 halfpel positions<br> * *pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ] * @param block destination where the result is stored * @param pixels source @@ -168,7 +168,7 @@ typedef struct DSPContext { /** * Halfpel motion compensation with rounding (a+b+1)>>1. * This is an array[4][4] of motion compensation functions for 4 - * horizontal blocksizes (2,4,8,16) and the 4 halfpel positions<br> + * horizontal blocksizes (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 * @param pixels source |