[vlc-devel] vlc: svn commit r8042 (fenrir)
Subversion daemon
svn at videolan.org
Wed Jun 23 19:49:26 CEST 2004
r8042 | fenrir | 2004-06-23 19:49:26 +0200 (Wed, 23 Jun 2004) | 12 lines
Changed paths:
M /trunk/include/vlc_input.h
M /trunk/modules/control/hotkeys.c
M /trunk/modules/demux/util/sub.c
M /trunk/modules/demux/util/sub.h
M /trunk/src/input/control.c
M /trunk/src/input/es_out.c
M /trunk/src/input/input.c
M /trunk/src/input/input_internal.h
M /trunk/src/input/var.c
* all: - added a boolean "seekable" object variable to p_input.
(becarefull, it's just if you can seek or not, and not if you have to
display the progress bar, for thet last you have to check if "position"
value get != 0.0 )
- added "audio-delay" and "spu-delay" object variables to delay
audio/spu to the video. They can be changed on the fly (untested).
- renamed INPUT__GET/SET_SUBDELAY into
INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
(wrapper to "audio-delay" and "spu-delay")
- readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
them, a demuxer should export DEMUX_GET_META and not using them.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list