[FFmpeg-cvslog] r15576 - trunk/libavcodec/i386/idct_mmx.c

diego subversion
Tue Oct 7 10:37:20 CEST 2008


Author: diego
Date: Tue Oct  7 10:37:20 2008
New Revision: 15576

Log:
Sync cosmetics from upstream.


Modified:
   trunk/libavcodec/i386/idct_mmx.c

Modified: trunk/libavcodec/i386/idct_mmx.c
==============================================================================
--- trunk/libavcodec/i386/idct_mmx.c	(original)
+++ trunk/libavcodec/i386/idct_mmx.c	Tue Oct  7 10:37:20 2008
@@ -3,6 +3,7 @@
  * Copyright (C) 1999-2001 Aaron Holtzman <aholtzma at ess.engr.uvic.ca>
  *
  * This file is part of mpeg2dec, a free MPEG-2 video stream decoder.
+ * See http://libmpeg2.sourceforge.net/ for updates.
  *
  * mpeg2dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,6 +33,7 @@
 #define round(bias) ((int)(((bias)+0.5) * (1<<ROW_SHIFT)))
 #define rounder(bias) {round (bias), round (bias)}
 
+
 #if 0
 /* C row IDCT - it is just here to document the MMXEXT and MMX versions */
 static inline void idct_row (int16_t * row, int offset,
@@ -533,6 +535,7 @@ static inline void idct_col (int16_t * c
 #undef C4
 }
 
+
 static const int32_t rounder0[] ATTR_ALIGN(8) =
     rounder ((1 << (COL_SHIFT - 1)) - 0.5);
 static const int32_t rounder4[] ATTR_ALIGN(8) = rounder (0);




More information about the ffmpeg-cvslog mailing list