mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 11:02:10 +00:00
Fix wrong check for vidix usage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26206 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
66fafa133f
commit
ad76dcfb58
@ -362,7 +362,7 @@ static int control(uint32_t request, void *data, ...)
|
||||
}
|
||||
|
||||
#ifdef CONFIG_VIDIX
|
||||
if (vidix_name) {
|
||||
if (vidix_name[0]) {
|
||||
switch (request) {
|
||||
case VOCTRL_SET_EQUALIZER:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user