]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/output.h
macosx: misc minor improvements to the legacy transcoding code
[vlc] / modules / gui / macosx / output.h
index b6ba3eb9145250a2b7192f6bae3f7baaafc3098c..7ed456c7f57682bf591ca9361de2af16f695468b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: MacOS X Output Dialog
  *****************************************************************************
- * Copyright (C) 2002-2007 the VideoLAN team
+ * Copyright (C) 2002-2007 VLC authors and VideoLAN
  * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -82,9 +82,8 @@
     NSArray *o_mrl;
     NSString *o_transcode;
 }
+@property (readwrite, retain) NSArray * soutMRL;
 
-- (void)setMRL:(NSArray *)o_mrl_string;
-- (NSArray *)getMRL;
 - (void)setTranscode:(NSString *)o_transcode_string;
 
 - (void)initStrings;