comparison stream/stream.h @ 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 097e5bc71210
children c73bf418b291
comparison
equal deleted inserted replaced
19433:e1ec9b9bf6f7 19434:f2da98669a77
50 50
51 #define MAX_STREAM_PROTOCOLS 10 51 #define MAX_STREAM_PROTOCOLS 10
52 52
53 #define STREAM_CTRL_RESET 0 53 #define STREAM_CTRL_RESET 0
54 #define STREAM_CTRL_GET_TIME_LENGTH 1 54 #define STREAM_CTRL_GET_TIME_LENGTH 1
55 #define STREAM_CTRL_SEEK_TO_CHAPTER 2
55 56
56 #ifdef MPLAYER_NETWORK 57 #ifdef MPLAYER_NETWORK
57 #include "network.h" 58 #include "network.h"
58 #endif 59 #endif
59 60