summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_spu_encoder.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-07-20 16:37:44 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-07-20 16:37:44 +0000
commitca9cba8dc3ad0c31e919e502a2d57143b9ff7180 (patch)
treee65f521d915b118343c703213d58ad39e8e36db1 /src/dxr3/dxr3_spu_encoder.c
parent78b4e8e89551df1812446d827cf9374fa6d4de4f (diff)
downloadxine-lib-ca9cba8dc3ad0c31e919e502a2d57143b9ff7180.tar.gz
xine-lib-ca9cba8dc3ad0c31e919e502a2d57143b9ff7180.tar.bz2
small DXR3 code cleanup:
* make some helper functions non-inline that Bastien had to move because of their inlining (I realized that some helpers are a bit too large for inlining, so they might worsen the I-cache usage.) * properly use logging macros in all DXR3 code * prepare SPU decoder for new (and hopefully correct) SPU forcing; this should fix some longstanding DXR3 SPU problems, but the code needs more testing so it is disabled for now CVS patchset: 6824 CVS date: 2004/07/20 16:37:44
Diffstat (limited to 'src/dxr3/dxr3_spu_encoder.c')
-rw-r--r--src/dxr3/dxr3_spu_encoder.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/dxr3/dxr3_spu_encoder.c b/src/dxr3/dxr3_spu_encoder.c
index f1d362a78..b8ca223f6 100644
--- a/src/dxr3/dxr3_spu_encoder.c
+++ b/src/dxr3/dxr3_spu_encoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: dxr3_spu_encoder.c,v 1.7 2004/03/04 14:40:04 mroi Exp $
+ * $Id: dxr3_spu_encoder.c,v 1.8 2004/07/20 16:37:44 mroi Exp $
*/
#include <stdio.h>
@@ -25,10 +25,8 @@
#include <float.h>
#define LOG_MODULE "dxr3_spu_encoder"
-/*
-#define LOG_VERBOSE
-#define LOG
-*/
+/* #define LOG_VERBOSE */
+/* #define LOG */
#include "video_out_dxr3.h"