# HG changeset patch # User nicodvb # Date 1199542847 0 # Node ID f6c0bce13b173d3aadf68c3df673113a0611478f # Parent 8dde1c29a3f1a59ea576539a13f8aec1dcf87798 NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE diff -r 8dde1c29a3f1 -r f6c0bce13b17 stream/stream.h --- 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"