changeset 1111:54dc72414a69 libavcodec

typo
author michaelni
date Thu, 06 Mar 2003 14:42:07 +0000
parents d4096635b7b9
children 54be6aece1be
files dsputil.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.h	Thu Mar 06 14:37:37 2003 +0000
+++ b/dsputil.h	Thu Mar 06 14:42:07 2003 +0000
@@ -166,13 +166,13 @@
     /**
      * block -> idct -> clip to unsigned 8 bit -> dest.
      * (-1392, 0, 0, ...) -> idct -> (-174, -174, ...) -> put -> (0, 0, ...)
-     * @param line_size size in pixels of a horizotal line of dest
+     * @param line_size size in bytes of a horizotal line of dest
      */
     void (*idct_put)(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/);
     
     /**
      * block -> idct -> add dest -> clip to unsigned 8 bit -> dest.
-     * @param line_size size in pixels of a horizotal line of dest
+     * @param line_size size in bytes of a horizotal line of dest
      */
     void (*idct_add)(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/);