[vlc-devel] commit: macosx: fixed broken MMS streaming ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Sep 26 15:56:02 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Sep 26 15:54:36 2009 +0200| [5b8dcc3642faff4bea79599c0cf0c4212780f519] | committer: Felix Paul Kühne
macosx: fixed broken MMS streaming
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b8dcc3642faff4bea79599c0cf0c4212780f519
---
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 9525d06..598caa5 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 videolan dot org>
@@ -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