1
0
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:
iive 2008-03-09 18:49:31 +00:00
parent 66fafa133f
commit ad76dcfb58

View File

@ -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:
{