diff stream/stream.h @ 19475:1f117b5fb5a1

added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
author nicodvb
date Mon, 21 Aug 2006 19:10:18 +0000
parents c73bf418b291
children bd821fd3e244
line wrap: on
line diff
--- a/stream/stream.h	Mon Aug 21 16:33:13 2006 +0000
+++ b/stream/stream.h	Mon Aug 21 19:10:18 2006 +0000
@@ -54,6 +54,7 @@
 #define STREAM_CTRL_GET_TIME_LENGTH 1
 #define STREAM_CTRL_SEEK_TO_CHAPTER 2
 #define STREAM_CTRL_GET_CURRENT_CHAPTER 3
+#define STREAM_CTRL_GET_NUM_CHAPTERS 4
 
 #ifdef MPLAYER_NETWORK
 #include "network.h"