changeset 19434:f2da98669a77

new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
author nicodvb
date Fri, 18 Aug 2006 16:44:24 +0000
parents e1ec9b9bf6f7
children 7bddb8ee9dec
files stream/stream.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"