]> git.sesse.net Git - vlc/commit
*slight modification in input_dvd since Getiovec wasn't at the right
authorStéphane Borel <stef@videolan.org>
Tue, 12 Jun 2001 18:16:49 +0000 (18:16 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 12 Jun 2001 18:16:49 +0000 (18:16 +0000)
commit106079bcac63a37d204c452f8d2118b8218baa7b
tree092bd5832eb376a94bb24858dd7c448df8f18036
parenta3c92b8fe71f3b308de5b1205ffc2ef7760764ff
*slight modification in input_dvd since Getiovec wasn't at the right
place

*send escape packet when changing title, not to be stuck in some
decoder.

*the position in the title is now resetted when we change title to
prevent a title from being unavailable because we're stuck at the end

*fixed a bug with 1-chapter-long title that displayed chapter 0.

*added a _temporary_ field in p_main to know whether the audio stream is
ac3 (ugly). It allows a vlc launched in spdif mode to play mpeg or lpcm
audio.

*cleaned the title property messages to get rid of the ugly stars.
include/main.h
plugins/dvd/dvd_summary.c
plugins/dvd/input_dvd.c
src/audio_output/aout_ext-dec.c
src/audio_output/aout_spdif.c
src/audio_output/audio_output.c
src/input/input.c
src/input/input_programs.c