Fix warning: Add forgotten 'int' to variable declaration.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28965 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2009-03-15 20:02:45 +00:00
parent 51c121da56
commit 2db1a43c2e
1 changed files with 1 additions and 1 deletions

View File

@ -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);