From 0aeaf061736e28a803fb46d25860a07b3d45bb05 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 30 Jun 2019 20:43:19 -0700 Subject: Properly set DisableVideo to true --- examples/alffplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/alffplay.cpp') 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; } -- cgit v1.2.3