projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c90ea
)
4, not 2
author
Mike Melanson
<mike@multimedia.cx>
Fri, 20 Jun 2003 02:22:25 +0000
(
02:22
+0000)
committer
Mike Melanson
<mike@multimedia.cx>
Fri, 20 Jun 2003 02:22:25 +0000
(
02:22
+0000)
Originally committed as revision 1975 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/dsputil.h
b/libavcodec/dsputil.h
index
ae64e43
..
e6c4030
100644
(file)
--- 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