Mercurial > mplayer.hg
changeset 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 | 1980e76f4482 |
children | 068d5d4231e8 |
files | stream/stream.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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"