Change flicker_filter_index to unsigned int
This commit is contained in:
parent
3b78c848a2
commit
ff2892498e
|
@ -177,7 +177,7 @@ typedef struct global
|
||||||
} resolutions;
|
} resolutions;
|
||||||
|
|
||||||
unsigned gamma_correction;
|
unsigned gamma_correction;
|
||||||
unsigned char flicker_filter_index;
|
unsigned int flicker_filter_index;
|
||||||
unsigned char soft_filter_index;
|
unsigned char soft_filter_index;
|
||||||
bool pal_enable;
|
bool pal_enable;
|
||||||
bool pal60_enable;
|
bool pal60_enable;
|
||||||
|
|
Loading…
Reference in New Issue