summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 20:02:45 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 20:02:45 +0000
commit2db1a43c2e54cb0534e2671af7a651a1a49af457 (patch)
tree9b8180f1749c3fb41d207c0d9a2c394bc6be2dca
parent51c121da5681ac6df47db5f2f979e044979e97b0 (diff)
downloadmpv-2db1a43c2e54cb0534e2671af7a651a1a49af457.tar.bz2
mpv-2db1a43c2e54cb0534e2671af7a651a1a49af457.tar.xz
Fix warning: Add forgotten 'int' to variable declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28965 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vo_xvmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c
index c106ee6b31..1673fa8774 100644
--- a/libvo/vo_xvmc.c
+++ b/libvo/vo_xvmc.c
@@ -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);