[Ffmpeg-cvslog] r8470 - trunk/libavcodec/resample2.c

michael subversion
Wed Mar 21 23:39:00 CET 2007


Author: michael
Date: Wed Mar 21 23:39:00 2007
New Revision: 8470

Modified:
   trunk/libavcodec/resample2.c

Log:
make high precission mode accessable at compile time


Modified: trunk/libavcodec/resample2.c
==============================================================================
--- trunk/libavcodec/resample2.c	(original)
+++ trunk/libavcodec/resample2.c	Wed Mar 21 23:39:00 2007
@@ -30,7 +30,7 @@
 #include "common.h"
 #include "dsputil.h"
 
-#if 1
+#ifndef CONFIG_RESAMPLE_HP
 #define FILTER_SHIFT 15
 
 #define FELEM int16_t




More information about the ffmpeg-cvslog mailing list