]> git.sesse.net Git - vlc/commit
* libvlc: removed some unused options.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 7 Sep 2003 22:43:17 +0000 (22:43 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 7 Sep 2003 22:43:17 +0000 (22:43 +0000)
commit4b7cff4d248bea925e6bb19157f6a65aed3f3788
treef80068066e5cb468afcbc88c2a28033266a46d50
parent0041c1c43dfb0b51832a283910f58b01c419bce9
 * libvlc: removed some unused options.
           added sout-keep option to keep sout instance across playlist
           items (usefull with 'gather' stream_out)
 * stream_output : implement the sout-keep mode.
 * playlist, video_output, stream_output: vout and sout are now reattached
 to playlist instead of being destroyed. There are automatically destroy
 if unused byt the new input (200 ms after access and demuxer have finished
 their inittialisation step.)
src/libvlc.h
src/playlist/playlist.c
src/stream_output/stream_output.c
src/video_output/video_output.c