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:
nicodvb 2006-12-18 20:54:38 +00:00
parent 4dac2f20eb
commit 874627a371
1 changed files with 1 additions and 0 deletions

View File

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