[MPlayer-cvslog] r19348 - in trunk: DOCS/man/en/mplayer.1 DOCS/tech/slave.txt help/help_mp-en.h input/input.c input/input.h libmpdemux/demux_mkv.c libmpdemux/demuxer.c libmpdemux/demuxer.h libmpdemux/ebml.h mplayer.c
eugeni
subversion at mplayerhq.hu
Sun Aug 6 20:55:34 CEST 2006
Author: eugeni
Date: Sun Aug 6 20:55:34 2006
New Revision: 19348
Modified:
trunk/DOCS/tech/slave.txt
Changes in other areas also in this revision:
Modified:
trunk/DOCS/man/en/mplayer.1
trunk/help/help_mp-en.h
trunk/input/input.c
trunk/input/input.h
trunk/libmpdemux/demux_mkv.c
trunk/libmpdemux/demuxer.c
trunk/libmpdemux/demuxer.h
trunk/libmpdemux/ebml.h
trunk/mplayer.c
Log:
Add matroska chapter seeking capability.
Modified: trunk/DOCS/tech/slave.txt
==============================================================================
--- trunk/DOCS/tech/slave.txt (original)
+++ trunk/DOCS/tech/slave.txt Sun Aug 6 20:55:34 2006
@@ -177,6 +177,11 @@
1 is a seek to <value> % in the movie.
2 is a seek to an absolute position of <value> seconds.
+seek_chapter <value> [type]
+ Seek to the start of a chapter.
+ 0 is a relative seek of +/- <value> chapters (default)
+ 1 is a seek to a chapter #<value>
+
set_property <property> <value>
Set a property.
More information about the MPlayer-cvslog
mailing list