# HG changeset patch # User nicodvb # Date 1188661852 0 # Node ID a5ae2d4973b8f2acc31e594c5a0dff5ba65861b9 # Parent 1980e76f4482fdc2cd9ae643350cc6c29037f8af introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported) diff -r 1980e76f4482 -r a5ae2d4973b8 stream/stream.h --- 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"