]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCLibrary.m
osx/framework: renamed a few methods for consistency, added an addition subs method
[vlc] / projects / macosx / framework / Sources / VLCLibrary.m
index a66143a2b8c70ab1b7b6d50724e744dc7191fc72..ccf5beb9aa6af32b555e2ce8ae132be5df905734 100644 (file)
@@ -79,7 +79,6 @@ void __catch_exception( void * e, const char * function, const char * file, int
             [defaultParams addObject:@"--verbose=2"];                               // Don't polute the log
             [defaultParams addObject:@"--vout=minimal_macosx"];
             [defaultParams addObject:@"--no-color"];
-            [defaultParams addObject:@"--play-and-pause"];                          // When ending a stream pause it instead of stopping it
             vlcParams = defaultParams;
         }