Skip to content

Commit

Permalink
cosmetics: typos
Browse files Browse the repository at this point in the history
Originally committed as revision 10602 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
Panagiotis Issaris committed Sep 27, 2007
1 parent 93f0c0a commit 9846cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libavcodec/dsputil.h
Expand Up @@ -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*/);

Expand Down

0 comments on commit 9846cbd

Please sign in to comment.