[MPlayer-cvslog] r25600 - trunk/stream/stream.h
nicodvb
subversion at mplayerhq.hu
Sat Jan 5 15:20:48 CET 2008
Author: nicodvb
Date: Sat Jan 5 15:20:47 2008
New Revision: 25600
Log:
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
Modified:
trunk/stream/stream.h
Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h (original)
+++ trunk/stream/stream.h Sat Jan 5 15:20:47 2008
@@ -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"
More information about the MPlayer-cvslog
mailing list