summaryrefslogtreecommitdiff
path: root/src/video_out/yuv2rgb.c
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-11-26 19:43:26 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-11-26 19:43:26 +0000
commit3050d97eb83cfdfb4d04a51231acba47e6addf1c (patch)
tree4337d69086ce7d870214e7e5f6a028f8b417521e /src/video_out/yuv2rgb.c
parentae2a2a8e08ab3140d5c7ee3a5f33e7db81f76b09 (diff)
downloadxine-lib-3050d97eb83cfdfb4d04a51231acba47e6addf1c.tar.gz
xine-lib-3050d97eb83cfdfb4d04a51231acba47e6addf1c.tar.bz2
lprintf cleanup, pass I.
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
Diffstat (limited to 'src/video_out/yuv2rgb.c')
-rw-r--r--src/video_out/yuv2rgb.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/video_out/yuv2rgb.c b/src/video_out/yuv2rgb.c
index ac7a55b2b..174d1414e 100644
--- a/src/video_out/yuv2rgb.c
+++ b/src/video_out/yuv2rgb.c
@@ -23,7 +23,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: yuv2rgb.c,v 1.45 2003/10/20 00:33:29 komadori Exp $
+ * $Id: yuv2rgb.c,v 1.46 2003/11/26 19:43:38 f1rmb Exp $
*/
#include "config.h"
@@ -34,12 +34,15 @@
#include <inttypes.h>
#include "yuv2rgb.h"
-#include "xineutils.h"
+#define LOG_MODULE "yuv2rgb"
+#define LOG_VERBOSE
/*
-#define LOG
+#define LOG
*/
+#include "xineutils.h"
+
static int prof_scale_line = -1;
static scale_line_func_t find_scale_line_func(int step);
@@ -3212,9 +3215,8 @@ yuv2rgb_factory_t* yuv2rgb_factory_init (int mode, int swapped,
}
#endif
if (this->yuv2rgb_fun == NULL) {
-#ifdef LOG
- printf ("yuv2rgb: no accelerated colorspace conversion found\n");
-#endif
+ lprintf ("no accelerated colorspace conversion found\n");
+
yuv2rgb_c_init (this);
}