[vlc-commits] macosx: fix copy and paste bug causing wrong acodec in CAS
David Fuhrmann
git at videolan.org
Sat Aug 17 17:15:04 CEST 2013
vlc/vlc-2.1 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Aug 17 17:13:55 2013 +0200| [226c409e1cce946e11030d4cf44e3c503a8cb23f] | committer: David Fuhrmann
macosx: fix copy and paste bug causing wrong acodec in CAS
(cherry picked from commit ecc0305a4a2618ca92426e9781507b95426ab979)
Signed-off-by: David Fuhrmann <david.fuhrmann at googlemail.com>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=226c409e1cce946e11030d4cf44e3c503a8cb23f
---
modules/gui/macosx/ConvertAndSave.m | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/gui/macosx/ConvertAndSave.m b/modules/gui/macosx/ConvertAndSave.m
index 010422d..55c02b9 100644
--- a/modules/gui/macosx/ConvertAndSave.m
+++ b/modules/gui/macosx/ConvertAndSave.m
@@ -916,9 +916,6 @@ static VLCConvertAndSave *_o_sharedInstance = nil;
if(haveVideo)
[composedOptions appendString:@","];
[composedOptions appendFormat:@"acodec=%@", [self.currentProfile objectAtIndex:10]];
-
-
- [composedOptions appendFormat:@"acodec=%@", [self.currentProfile objectAtIndex:10]];
[composedOptions appendFormat:@",ab=%@", [self.currentProfile objectAtIndex:11]]; // bitrate
[composedOptions appendFormat:@",channels=%@", [self.currentProfile objectAtIndex:12]]; // channel number
[composedOptions appendFormat:@",samplerate=%@", [self.currentProfile objectAtIndex:13]]; // sample rate
More information about the vlc-commits
mailing list