diff dsputil.h @ 5728:d7970c9e3049 libavcodec

cosmetics: typos
author takis
date Thu, 27 Sep 2007 11:29:21 +0000
parents ec04964a1d1a
children efa3c1f9259a
line wrap: on
line diff
--- a/dsputil.h	Thu Sep 27 10:45:16 2007 +0000
+++ b/dsputil.h	Thu Sep 27 11:29:21 2007 +0000
@@ -348,13 +348,13 @@
     /**
      * block -> idct -> clip to unsigned 8 bit -> dest.
      * (-1392, 0, 0, ...) -> idct -> (-174, -174, ...) -> put -> (0, 0, ...)
-     * @param line_size size in bytes of a horizotal line of dest
+     * @param line_size size in bytes of a horizontal 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 bytes of a horizotal line of dest
+     * @param line_size size in bytes of a horizontal line of dest
      */
     void (*idct_add)(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/);