diff options
Diffstat (limited to 'examples/alffplay.cpp')
-rw-r--r-- | examples/alffplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index 8016fd00..f4d50d52 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -1861,7 +1861,7 @@ int main(int argc, char *argv[]) } } else if(strcmp(argv[fileidx], "-novideo") == 0) - DisableVideo = false; + DisableVideo = true; else break; } |