mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25600 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
104f3ecf68
commit
5baab7bbb8
@ -61,6 +61,9 @@
|
||||
#define STREAM_CTRL_SEEK_TO_TIME 6
|
||||
#define STREAM_CTRL_GET_SIZE 7
|
||||
#define STREAM_CTRL_GET_ASPECT_RATIO 8
|
||||
#define STREAM_CTRL_GET_NUM_ANGLES 9
|
||||
#define STREAM_CTRL_GET_ANGLE 10
|
||||
#define STREAM_CTRL_SET_ANGLE 11
|
||||
|
||||
#ifdef MPLAYER_NETWORK
|
||||
#include "network.h"
|
||||
|
Loading…
Reference in New Issue
Block a user