[MPlayer-cvslog] r28965 - trunk/libvo/vo_xvmc.c

iive subversion at mplayerhq.hu
Sun Mar 15 21:02:45 CET 2009


Author: iive
Date: Sun Mar 15 21:02:45 2009
New Revision: 28965

Log:
Fix warning. Put fogotten int.

Modified:
   trunk/libvo/vo_xvmc.c

Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c	Sun Mar 15 19:54:25 2009	(r28964)
+++ trunk/libvo/vo_xvmc.c	Sun Mar 15 21:02:45 2009	(r28965)
@@ -226,7 +226,7 @@ return -1;//fail
 //print all info needed to add new format
 static void print_xvimage_format_values(XvImageFormatValues *xifv){
     int i;
-    const msgl=MSGL_DBG4;
+    const int msgl=MSGL_DBG4;
 
     mp_msg(MSGT_VO,msgl,"Format_ID = 0x%X\n",xifv->id);
 



More information about the MPlayer-cvslog mailing list