mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 21:31:52 +00:00
Remove unused variable, fixes the warning:
vo_xvr100.c:139: warning: unused variable 'i' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25552 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8792b72b1e
commit
98a860905e
@ -136,7 +136,7 @@ static uint32_t pfb_colorkey;
|
||||
|
||||
|
||||
void pfb_overlay_on() {
|
||||
int i, h_inc, h_step, ecp_div;
|
||||
int h_inc, h_step, ecp_div;
|
||||
|
||||
pfb_vregs[PFB_CLOCK_CNTL_INDEX] = (pfb_vregs[PFB_CLOCK_CNTL_INDEX] & ~0x0000003f) | 0x00000008;
|
||||
ecp_div = (pfb_vregs[PFB_CLOCK_CNTL_DATA] >> 8) & 0x3;
|
||||
|
Loading…
Reference in New Issue
Block a user