mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19481 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd59e21610
commit
28a6ef4591
@ -54,6 +54,7 @@
|
||||
#define STREAM_CTRL_GET_TIME_LENGTH 1
|
||||
#define STREAM_CTRL_SEEK_TO_CHAPTER 2
|
||||
#define STREAM_CTRL_GET_CURRENT_CHAPTER 3
|
||||
#define STREAM_CTRL_GET_NUM_CHAPTERS 4
|
||||
|
||||
#ifdef MPLAYER_NETWORK
|
||||
#include "network.h"
|
||||
|
Loading…
Reference in New Issue
Block a user