summaryrefslogtreecommitdiffstats
path: root/libvo/osx_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osx_common.c')
-rw-r--r--libvo/osx_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/osx_common.c b/libvo/osx_common.c
index b89a5e3d5c..315f4dbd13 100644
--- a/libvo/osx_common.c
+++ b/libvo/osx_common.c
@@ -21,6 +21,7 @@
#include <Carbon/Carbon.h>
#include "config.h"
#include "osx_common.h"
+#include "old_vo_defines.h"
#include "video_out.h"
#include "osdep/keycodes.h"
#include "input/input.h"
@@ -128,7 +129,7 @@ void change_movie_aspect(float new_aspect)
new_aspect = old_movie_aspect;
our_aspect_change = 1;
snprintf(cmd_str, sizeof(cmd_str), "switch_ratio %f", new_aspect);
- mp_input_queue_cmd(mp_input_parse_cmd(cmd_str));
+ mp_input_queue_cmd(global_vo->input_ctx, mp_input_parse_cmd(cmd_str));
}
/**