# HG changeset patch # User nicodvb # Date 1155927518 0 # Node ID c73bf418b291f4295818be04cf4130a6f72a6774 # Parent e451718727d94b098aae7fccb84bdfd04bb6e661 new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking) diff -r e451718727d9 -r c73bf418b291 stream/stream.h --- a/stream/stream.h Fri Aug 18 16:52:23 2006 +0000 +++ b/stream/stream.h Fri Aug 18 18:58:38 2006 +0000 @@ -53,6 +53,7 @@ #define STREAM_CTRL_RESET 0 #define STREAM_CTRL_GET_TIME_LENGTH 1 #define STREAM_CTRL_SEEK_TO_CHAPTER 2 +#define STREAM_CTRL_GET_CURRENT_CHAPTER 3 #ifdef MPLAYER_NETWORK #include "network.h"