typo fixes, port of my patch for upstream libmpeg2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26030 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-02-19 08:20:43 +00:00
parent 6bf12ae060
commit 6334e53e95
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
#if 0
/* C row IDCT - its just here to document the MMXEXT and MMX versions */
/* C row IDCT - it is just here to document the MMXEXT and MMX versions */
static inline void idct_row (int16_t * row, int offset,
int16_t * table, int32_t * rounder)
{
@ -329,7 +329,7 @@ static inline void mmx_row_mid (int16_t * const row, const int store,
#if 0
/* C column IDCT - its just here to document the MMXEXT and MMX versions */
/* C column IDCT - it is just here to document the MMXEXT and MMX versions */
static inline void idct_col (int16_t * col, int offset)
{
/* multiplication - as implemented on mmx */