diff stream/stream.h @ 24297:a5ae2d4973b8

introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported)
author nicodvb
date Sat, 01 Sep 2007 15:50:52 +0000
parents d261f5109660
children 66f628d13442
line wrap: on
line diff
--- a/stream/stream.h	Sat Sep 01 14:36:49 2007 +0000
+++ b/stream/stream.h	Sat Sep 01 15:50:52 2007 +0000
@@ -59,6 +59,7 @@
 #define STREAM_CTRL_GET_CURRENT_TIME 5
 #define STREAM_CTRL_SEEK_TO_TIME 6
 #define STREAM_CTRL_GET_SIZE 7
+#define STREAM_CTRL_GET_ASPECT_RATIO 8
 
 #ifdef MPLAYER_NETWORK
 #include "network.h"