summaryrefslogtreecommitdiffstats
path: root/libvo/osx_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-28 13:25:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-28 13:25:30 +0000
commit4ce7a487480cd5dc9effc531b9846b7bee83e766 (patch)
tree5462d16af5d7d879e8ec3efb2de8968b5af0a7cf /libvo/osx_common.h
parent0dadcc7bf0f6cd7b1b020ebcd70a87c196b769f6 (diff)
downloadmpv-4ce7a487480cd5dc9effc531b9846b7bee83e766.tar.bz2
mpv-4ce7a487480cd5dc9effc531b9846b7bee83e766.tar.xz
Move aspect change handling from vo_quartz to osx_common.
This could probably be even moved to video_out, though the names should be improved. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29574 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/osx_common.h')
-rw-r--r--libvo/osx_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/osx_common.h b/libvo/osx_common.h
index 2f3a13b77b..ce598240c2 100644
--- a/libvo/osx_common.h
+++ b/libvo/osx_common.h
@@ -1 +1,3 @@
int convert_key(unsigned key, unsigned charcode);
+void change_movie_aspect(float new_aspect);
+void config_movie_aspect(float config_aspect);