summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-06-20 02:22:25 +0000
committerMike Melanson <mike@multimedia.cx>2003-06-20 02:22:25 +0000
commit4e8eed2f3b8fd7779b00b5528bc07b8dc55973ef (patch)
tree5964ab68c9cf4949f03126dfe60e717e850662ae /libavcodec
parenta4c90ea3ba03b196a7acb54b77cbdfce49b6df15 (diff)
4, not 2
Originally committed as revision 1975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dsputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index ae64e43c5c..e6c4030d4e 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -162,7 +162,7 @@ typedef struct DSPContext {
/**
* 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