new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19440 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-08-18 16:44:24 +00:00
parent 3b856c96c7
commit 63fdcbc840
1 changed files with 1 additions and 0 deletions

View File

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