[MPlayer-cvslog] r35940 - trunk/libvo/vo_xvmc.c
iive
subversion at mplayerhq.hu
Sun Mar 10 13:46:45 CET 2013
Author: iive
Date: Sun Mar 10 13:46:45 2013
New Revision: 35940
Log:
Add debug output for XvMCCreateContext() function parameters.
Modified:
trunk/libvo/vo_xvmc.c
Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c Sun Mar 10 13:30:54 2013 (r35939)
+++ trunk/libvo/vo_xvmc.c Sun Mar 10 13:46:45 2013 (r35940)
@@ -509,6 +509,9 @@ static int config(uint32_t width, uint32
return -1;
}
+ mp_msg(MSGT_VO,MSGL_DBG4, "vo_xvmc: XvMCCreateContext(mDisplay %p, xv_port=%d, mode_id=0x%08x, width=%d, height=%d, XVMC_DIRECT=%d,ctx=%p)\n",
+ mDisplay, xv_port,mode_id,width,height,XVMC_DIRECT,&ctx);
+
rez = XvMCCreateContext(mDisplay, xv_port,mode_id,width,height,XVMC_DIRECT,&ctx);
if( rez != Success ){
mp_msg(MSGT_VO,MSGL_ERR,"vo_xvmc: XvMCCreateContext failed with error %d\n",rez);
More information about the MPlayer-cvslog
mailing list