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
This commit is contained in:
nicodvb 2006-08-21 19:10:18 +00:00
parent cd59e21610
commit 28a6ef4591
1 changed files with 1 additions and 0 deletions

View File

@ -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"