summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-06-21 03:58:57 +0000
committerMike Melanson <mike@multimedia.cx>2003-06-21 03:58:57 +0000
commit2a06f90f75f6e99af8b39d41e78dc6f6850fe68d (patch)
treee215f9e2dbfef6eea251880179c3f73c6765f489 /src/libffmpeg/libavcodec/dsputil.h
parent7ec65b9aeaded392195543631da79bcf912382ab (diff)
downloadxine-lib-2a06f90f75f6e99af8b39d41e78dc6f6850fe68d.tar.gz
xine-lib-2a06f90f75f6e99af8b39d41e78dc6f6850fe68d.tar.bz2
major purpose of this update is to import the rearranged MC edge
emulation facilities CVS patchset: 5079 CVS date: 2003/06/21 03:58:57
Diffstat (limited to 'src/libffmpeg/libavcodec/dsputil.h')
-rw-r--r--src/libffmpeg/libavcodec/dsputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/dsputil.h b/src/libffmpeg/libavcodec/dsputil.h
index 190ea10f1..5dddfbe3e 100644
--- a/src/libffmpeg/libavcodec/dsputil.h
+++ b/src/libffmpeg/libavcodec/dsputil.h
@@ -167,7 +167,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
+ * 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