[vlc-devel] commit: macosx: fixed broken MMS streaming ( Felix Paul Kühne )

git version control git at videolan.org
Sat Sep 26 15:54:41 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sat Sep 26 15:54:36 2009 +0200| [7e8aeacf02982917b4a70c89c6b9e6b7fa1ebc52] | committer: Felix Paul Kühne 

macosx: fixed broken MMS streaming

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e8aeacf02982917b4a70c89c6b9e6b7fa1ebc52
---

 modules/gui/macosx/wizard.m |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m
index 1bc23fc..932bc6e 100644
--- a/modules/gui/macosx/wizard.m
+++ b/modules/gui/macosx/wizard.m
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * wizard.m: MacOS X Streaming Wizard
  *****************************************************************************
- * Copyright (C) 2005-2008 the VideoLAN team
+ * Copyright (C) 2005-2009 the VideoLAN team
  * $Id$
  *
  * Authors: Felix Kühne <fkuehne at users.sf.net>
@@ -627,7 +627,6 @@ static VLCWizard *_o_sharedInstance = nil;
             [o_userSelections setObject:@"1" forKey:@"stmgMhd"];
  
             /* disable all codecs which don't support ASF / ASFH */
-            [o_t4_pop_audioCodec removeItemWithTitle:@"MPEG 4 Audio"];
             [o_t4_pop_audioCodec removeItemWithTitle:@"Vorbis"];
             [o_t4_pop_audioCodec removeItemWithTitle:@"FLAC"];
             [o_t4_pop_audioCodec removeItemWithTitle:@"Speex"];




More information about the vlc-devel mailing list