From 08f3a7cf7e9133f50adf33f800aa3696c909347f Mon Sep 17 00:00:00 2001 From: Christian König Date: Wed, 4 May 2011 19:58:33 +0200 Subject: vdpau: make state tracker far less noisy --- src/gallium/state_trackers/vdpau/output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/state_trackers/vdpau/output.c') diff --git a/src/gallium/state_trackers/vdpau/output.c b/src/gallium/state_trackers/vdpau/output.c index 35b75ab3aa7..0257d38017a 100644 --- a/src/gallium/state_trackers/vdpau/output.c +++ b/src/gallium/state_trackers/vdpau/output.c @@ -46,7 +46,7 @@ vlVdpOutputSurfaceCreate(VdpDevice device, vlVdpOutputSurface *vlsurface = NULL; - debug_printf("[VDPAU] Creating output surface\n"); + VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Creating output surface\n"); if (!(width && height)) return VDP_STATUS_INVALID_SIZE; @@ -110,7 +110,7 @@ vlVdpOutputSurfaceDestroy(VdpOutputSurface surface) { vlVdpOutputSurface *vlsurface; - debug_printf("[VDPAU] Destroying output surface\n"); + VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Destroying output surface\n"); vlsurface = vlGetDataHTAB(surface); if (!vlsurface) -- cgit v1.2.3