# HG changeset patch # User nicodvb # Date 1155919464 0 # Node ID f2da98669a776b9f6ca97d816d4da967b74ff3a1 # Parent e1ec9b9bf6f7eb0b475a2991f40ede826cc578e9 new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd diff -r e1ec9b9bf6f7 -r f2da98669a77 stream/stream.h --- a/stream/stream.h Fri Aug 18 16:04:16 2006 +0000 +++ b/stream/stream.h Fri Aug 18 16:44:24 2006 +0000 @@ -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"