]> git.sesse.net Git - vlc/commit
added start playback in paused mode (#2936)
authorAleksandr Pasechnik <al@megamicron.net>
Fri, 13 Mar 2015 01:49:52 +0000 (01:49 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Mar 2015 14:50:58 +0000 (15:50 +0100)
commitdc130ca2b358ed5da3cb783f222eb28cad6aea9f
tree584bac749680832a502f741a840f6c75e673290a
parentd1305a887f96653503500d9d485281437b720d5c
added start playback in paused mode (#2936)

Added a boolean Playlist preference called start-pause.

Setting the preference causes the src/input/input.c Run function to call the
ControlPause function after Init finishes successfully.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
NEWS
src/input/input.c
src/libvlc-module.c