From 28a6ef459131dd2c556050990aabe83b237bb496 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Mon, 21 Aug 2006 19:10:18 +0000 Subject: [PATCH] added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19481 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stream/stream.h b/stream/stream.h index c89e494099..24a587a110 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -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"