[vlc-commits] macosx: fix crash when trying to transcode with help from the legacy output panel (close #8271)
Felix Paul Kühne
git at videolan.org
Sun Mar 10 15:06:12 CET 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Mar 10 15:05:44 2013 +0100| [8ded5907927a494c2c40079fb429e35c6b2358a1] | committer: Felix Paul Kühne
macosx: fix crash when trying to transcode with help from the legacy output panel (close #8271)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ded5907927a494c2c40079fb429e35c6b2358a1
---
modules/gui/macosx/output.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/output.h b/modules/gui/macosx/output.h
index 237267c..7ed456c 100644
--- a/modules/gui/macosx/output.h
+++ b/modules/gui/macosx/output.h
@@ -82,7 +82,7 @@
NSArray *o_mrl;
NSString *o_transcode;
}
- at property (readwrite, assign) NSArray * soutMRL;
+ at property (readwrite, retain) NSArray * soutMRL;
- (void)setTranscode:(NSString *)o_transcode_string;
More information about the vlc-commits
mailing list