summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2010-06-13 12:19:32 +0200
committerJulian Scheel <julian@jusst.de>2010-06-13 12:19:32 +0200
commitf05fd7c0dda60ff909ef0c50da5bc1aef951577d (patch)
treea40f5a40f7a13248fb5ff0a4b094b2f74c64064c
parent94c889392ba03051569df129345187624eed91a4 (diff)
downloadxine-lib-f05fd7c0dda60ff909ef0c50da5bc1aef951577d.tar.gz
xine-lib-f05fd7c0dda60ff909ef0c50da5bc1aef951577d.tar.bz2
fix debug output
-rw-r--r--src/video_dec/libvdpau/vdpau_h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_dec/libvdpau/vdpau_h264.c b/src/video_dec/libvdpau/vdpau_h264.c
index abffea177..df360f75a 100644
--- a/src/video_dec/libvdpau/vdpau_h264.c
+++ b/src/video_dec/libvdpau/vdpau_h264.c
@@ -742,7 +742,7 @@ static void vdpau_h264_decode_data (video_decoder_t *this_gen,
this->nal_parser->dpb->max_dpb_frames = this->completed_pic->sps_nal->sps.vui_parameters.max_dec_frame_buffering;
xprintf(this->xine, XINE_VERBOSITY_DEBUG,
- "max reorder count: %d, max dpb count\n",
+ "max reorder count: %d, max dpb count %d\n",
this->nal_parser->dpb->max_reorder_frames,
this->nal_parser->dpb->max_dpb_frames);
}