mirror of https://github.com/mpv-player/mpv
new STREAM_CTRL_GET_SIZE to get size of output stream
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21673 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4dac2f20eb
commit
874627a371
|
@ -58,6 +58,7 @@
|
|||
#define STREAM_CTRL_GET_NUM_CHAPTERS 4
|
||||
#define STREAM_CTRL_GET_CURRENT_TIME 5
|
||||
#define STREAM_CTRL_SEEK_TO_TIME 6
|
||||
#define STREAM_CTRL_GET_SIZE 7
|
||||
|
||||
#ifdef MPLAYER_NETWORK
|
||||
#include "network.h"
|
||||
|
|
Loading…
Reference in New Issue