[vlc-commits] darwinvlc: fix transcoding on command-line broken in 9fc66e695 while retaining the fix

Felix Paul Kühne git at videolan.org
Thu Feb 6 23:16:00 CET 2014


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Feb  6 23:15:03 2014 +0100| [ed1bd9b2b1232f24c6f11194996f031a594a0469] | committer: Felix Paul Kühne

darwinvlc: fix transcoding on command-line broken in 9fc66e695 while retaining the fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed1bd9b2b1232f24c6f11194996f031a594a0469
---

 bin/darwinvlc.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/darwinvlc.c b/bin/darwinvlc.c
index 40bd983..19d2c58 100644
--- a/bin/darwinvlc.c
+++ b/bin/darwinvlc.c
@@ -213,6 +213,8 @@ int main( int i_argc, const char *ppsz_argv[] )
     libvlc_set_app_id (vlc, "org.VideoLAN.VLC", PACKAGE_VERSION, PACKAGE_NAME);
     libvlc_set_user_agent (vlc, "VLC media player", "VLC/"PACKAGE_VERSION);
 
+    libvlc_playlist_play (vlc, -1, 0, NULL);
+
     libvlc_add_intf (vlc, "hotkeys,none");
 
     if (libvlc_add_intf (vlc, NULL))



More information about the vlc-commits mailing list