Mercurial > mplayer.hg
changeset 28930:abdc27586f35
Fix warning: Add forgotten 'int' to variable declaration.
author | iive |
---|---|
date | Sun, 15 Mar 2009 20:02:45 +0000 |
parents | 88c464b7fd60 |
children | 8912d496b5e2 |
files | libvo/vo_xvmc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xvmc.c Sun Mar 15 18:54:25 2009 +0000 +++ b/libvo/vo_xvmc.c Sun Mar 15 20:02:45 2009 +0000 @@ -226,7 +226,7 @@ //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);