1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

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:
nicodvb 2006-11-07 22:46:35 +00:00
parent c24e344fae
commit f8bea9a082

View File

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