From 6e3610eb726674925f9c4b51aaa45f0d94bcd388 Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Tue, 22 Mar 2011 11:03:23 +0100 Subject: Fixed minor issues with debug logging. --- src/video_dec/libvdpau/vdpau_h264.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/video_dec/libvdpau/vdpau_h264.c b/src/video_dec/libvdpau/vdpau_h264.c index 5c4edc6c3..9bcddd9be 100644 --- a/src/video_dec/libvdpau/vdpau_h264.c +++ b/src/video_dec/libvdpau/vdpau_h264.c @@ -22,6 +22,8 @@ * vdpau_h264.c: H264 Video Decoder utilizing nvidia VDPAU engine */ +#define LOG_MODULE "vdpau_h264" + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -557,7 +559,7 @@ static int vdpau_decoder_render(video_decoder_t *this_gen, VdpBitstreamBuffer *v if (this->dangling_img) { xprintf(this->xine, XINE_VERBOSITY_LOG, - "broken stream: current img wasn't processed -- freeing it\n!"); + "broken stream: current img wasn't processed -- freeing it!\n"); this->dangling_img->free(this->dangling_img); } this->dangling_img = img; -- cgit v1.2.3