summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c
index 849835e..7860198 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -2352,7 +2352,9 @@ int ProcessArgs(int argc, char *const argv[])
continue;
case 'w': // workarounds
if (!strcasecmp("no-hw-decoder", optarg)) {
+ VideoHardwareDecoder = 0;
} else if (!strcasecmp("no-mpeg-hw-decoder", optarg)) {
+ VideoHardwareDecoder = 1;
} else if (!strcasecmp("alsa-driver-broken", optarg)) {
AudioAlsaDriverBroken = 1;
} else if (!strcasecmp("ignore-repeat-pict", optarg)) {