From 89a49ffd74f8be4ff36b0e6500e7b4434944c7fa Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 16 Jan 2013 00:42:07 +0100 Subject: osxbundle: cocoa_common: change playlist on fileopen events When opening new files in Finder when `mpv` is running from an application bundle, the new files will now replace the current playlist. Fixes #14 --- video/out/osx_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/osx_common.h') diff --git a/video/out/osx_common.h b/video/out/osx_common.h index ae31a6353d..8d2d70edc4 100644 --- a/video/out/osx_common.h +++ b/video/out/osx_common.h @@ -23,5 +23,6 @@ struct vo; int convert_key(unsigned key, unsigned charcode); int is_osx_version_at_least(int majorv, int minorv, int bugfixv); +NSString *escape_loadfile_name(NSString *input); #endif /* MPLAYER_OSX_COMMON_H */ -- cgit v1.2.3