[SCM] libav/experimental: cosmetics: typos

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:36 UTC 2013


The following commit has been merged in the experimental branch:
commit 9846cbdb13023ee506040a387c676a1c3a53606b
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date:   Thu Sep 27 11:29:21 2007 +0000

    cosmetics: typos
    
    Originally committed as revision 10602 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 3d57f9b..b91ea5a 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -348,13 +348,13 @@ typedef struct DSPContext {
     /**
      * 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*/);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list