summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-01 15:50:52 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-01 15:50:52 +0000
commit818cc0cf0d4618ce9cda5852f7adffd23be0820b (patch)
tree8ddf1708bd0630e7e85bd49ee360409fbea8c037 /stream
parentefd9aba8678af55c1b6f15684c96dc3ed328c86a (diff)
downloadmpv-818cc0cf0d4618ce9cda5852f7adffd23be0820b.tar.bz2
mpv-818cc0cf0d4618ce9cda5852f7adffd23be0820b.tar.xz
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
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
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"