[MPlayer-cvslog] r21673 - trunk/stream/stream.h
nicodvb
subversion at mplayerhq.hu
Mon Dec 18 21:54:38 CET 2006
Author: nicodvb
Date: Mon Dec 18 21:54:38 2006
New Revision: 21673
Modified:
trunk/stream/stream.h
Log:
new STREAM_CTRL_GET_SIZE to get size of output stream
Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h (original)
+++ trunk/stream/stream.h Mon Dec 18 21:54:38 2006
@@ -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"
More information about the MPlayer-cvslog
mailing list