new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19443 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-08-18 18:58:38 +00:00
parent 7b414c9b28
commit d4a4bb3651
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
#define STREAM_CTRL_RESET 0
#define STREAM_CTRL_GET_TIME_LENGTH 1
#define STREAM_CTRL_SEEK_TO_CHAPTER 2
#define STREAM_CTRL_GET_CURRENT_CHAPTER 3
#ifdef MPLAYER_NETWORK
#include "network.h"