fix inverted setting (meaning was inverted too)
[enigma2.git] / lib / driver / avswitch.cpp
index 9ebdf253b49ef0bbc9c6a61f3c177d1b2cfc1f75..47a60cf384f814e7a69be8fac49be815f08e0888 100644 (file)
@@ -45,6 +45,9 @@ void eAVSwitch::setInput(int val)
 
        write(fd, input[val], strlen(input[val]));
        close(fd);
+       
+       if (val == 1)
+               setFastBlank(2);
 }
 
 void eAVSwitch::setFastBlank(int val)