[MPlayer-cvslog] r19440 - trunk/stream/stream.h
nicodvb
subversion at mplayerhq.hu
Fri Aug 18 18:44:24 CEST 2006
Author: nicodvb
Date: Fri Aug 18 18:44:24 2006
New Revision: 19440
Modified:
trunk/stream/stream.h
Log:
new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h (original)
+++ trunk/stream/stream.h Fri Aug 18 18:44:24 2006
@@ -52,6 +52,7 @@
#define STREAM_CTRL_RESET 0
#define STREAM_CTRL_GET_TIME_LENGTH 1
+#define STREAM_CTRL_SEEK_TO_CHAPTER 2
#ifdef MPLAYER_NETWORK
#include "network.h"
More information about the MPlayer-cvslog
mailing list