X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Foutput.h;h=237267c369a5781ded2aebeae132a53bb35b4cbc;hb=e378fa45a71b83dfea4a7955fda520a50a747b1b;hp=9a789d7f992a822f70b3a5cb5804bacc68beb229;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/modules/gui/macosx/output.h b/modules/gui/macosx/output.h index 9a789d7f99..237267c369 100644 --- a/modules/gui/macosx/output.h +++ b/modules/gui/macosx/output.h @@ -1,7 +1,7 @@ /***************************************************************************** * output.h: MacOS X Output Dialog ***************************************************************************** - * Copyright (C) 2002-2003 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2002-2007 VLC authors and VideoLAN * $Id$ * * Authors: Jon Lech Johansen @@ -12,7 +12,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /***************************************************************************** @@ -70,7 +70,6 @@ IBOutlet id o_misc_lbl; IBOutlet id o_sap_chkbox; - IBOutlet id o_slp_chkbox; IBOutlet id o_channel_name; IBOutlet id o_channel_name_lbl; @@ -83,9 +82,8 @@ NSArray *o_mrl; NSString *o_transcode; } +@property (readwrite, assign) NSArray * soutMRL; -- (void)setMRL:(NSArray *)o_mrl_string; -- (NSArray *)getMRL; - (void)setTranscode:(NSString *)o_transcode_string; - (void)initStrings;