Commit ddb9216b authored by Felix Paul Kühne's avatar Felix Paul Kühne

osx/framework: fixed verbosity setting

parent d0fcff40
...@@ -74,7 +74,7 @@ void __catch_exception( void * e, const char * function, const char * file, int ...@@ -74,7 +74,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
"--ignore-config", // Don't read and write VLC config files. "--ignore-config", // Don't read and write VLC config files.
"--opengl-provider=minimal_macosx", // Use minimal_macosx "--opengl-provider=minimal_macosx", // Use minimal_macosx
"--vout=minimal_macosx", "--vout=minimal_macosx",
"-verbose=-1", // Don't polute the log "--verbose=2", // Don't polute the log
"--play-and-pause" // When ending a stream pause it instead of stopping it. "--play-and-pause" // When ending a stream pause it instead of stopping it.
//, "--control=motion", "--motion-use-rotate", "--video-filter=rotate" //, "--control=motion", "--motion-use-rotate", "--video-filter=rotate"
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment