[MPlayer-cvslog] r28927 - trunk/libvo/vo_vdpau.c
cehoyos
subversion at mplayerhq.hu
Tue Mar 10 00:46:28 CET 2009
Author: cehoyos
Date: Tue Mar 10 00:46:28 2009
New Revision: 28927
Log:
Output number of reference frames before creating H264 vdpau decoder.
Modified:
trunk/libvo/vo_vdpau.c
Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c Tue Mar 10 00:19:16 2009 (r28926)
+++ trunk/libvo/vo_vdpau.c Tue Mar 10 00:46:28 2009 (r28927)
@@ -786,6 +786,7 @@ static int draw_slice(uint8_t *image[],
break;
case IMGFMT_VDPAU_H264:
vdp_decoder_profile = VDP_DECODER_PROFILE_H264_HIGH;
+ mp_msg(MSGT_VO, MSGL_V, "[vdpau] Creating H264 hardware decoder for %d reference frames.\n", max_refs);
break;
case IMGFMT_VDPAU_WMV3:
vdp_decoder_profile = VDP_DECODER_PROFILE_VC1_MAIN;
More information about the MPlayer-cvslog
mailing list