mirror of https://github.com/mpv-player/mpv
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c24e344fae
commit
f8bea9a082
|
@ -56,6 +56,8 @@
|
|||
#define STREAM_CTRL_SEEK_TO_CHAPTER 2
|
||||
#define STREAM_CTRL_GET_CURRENT_CHAPTER 3
|
||||
#define STREAM_CTRL_GET_NUM_CHAPTERS 4
|
||||
#define STREAM_CTRL_GET_CURRENT_TIME 5
|
||||
#define STREAM_CTRL_SEEK_TO_TIME 6
|
||||
|
||||
#ifdef MPLAYER_NETWORK
|
||||
#include "network.h"
|
||||
|
|
Loading…
Reference in New Issue