mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
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:
parent
51c121da56
commit
2db1a43c2e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user