[vlc-commits] macosx: fix copy and paste bug causing wrong acodec in CAS

David Fuhrmann git at videolan.org
Sat Aug 17 17:14:08 CEST 2013


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Aug 17 17:13:55 2013 +0200| [ecc0305a4a2618ca92426e9781507b95426ab979] | committer: David Fuhrmann

macosx: fix copy and paste bug causing wrong acodec in CAS

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

 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