From f3bb6692c728bd05f567fe1ca53902ec41bec235 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Aug 2012 01:13:25 +0200 Subject: osx_common: remove old VO include, modify change_movie_aspect() The only reason the old VO related header old_vo_defines.h was included was probably to gain access to the current VO struct in the function change_movie_aspect(). Make that function take a parameter instead. This function seems to be unused. --- libvo/osx_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libvo/osx_common.h') diff --git a/libvo/osx_common.h b/libvo/osx_common.h index 21bb3d8548..43d9d07c99 100644 --- a/libvo/osx_common.h +++ b/libvo/osx_common.h @@ -19,8 +19,10 @@ #ifndef MPLAYER_OSX_COMMON_H #define MPLAYER_OSX_COMMON_H +struct vo; + int convert_key(unsigned key, unsigned charcode); -void change_movie_aspect(float new_aspect); +void change_movie_aspect(struct vo *vo, float new_aspect); void config_movie_aspect(float config_aspect); void osx_foreground_hack(void); -- cgit v1.2.3