changeset 25572:f6c0bce13b17

NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
author nicodvb
date Sat, 05 Jan 2008 14:20:47 +0000
parents 8dde1c29a3f1
children a27aae25dd75
files stream/stream.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream.h	Sat Jan 05 13:03:44 2008 +0000
+++ b/stream/stream.h	Sat Jan 05 14:20:47 2008 +0000
@@ -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"