From 818cc0cf0d4618ce9cda5852f7adffd23be0820b Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 1 Sep 2007 15:50:52 +0000 Subject: [PATCH] introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from the stream layer (if supported) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24317 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stream/stream.h b/stream/stream.h index c459b75b79..2efa3d39f1 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -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"