vlc | branch: master | Felix Paul Kühne <[email protected]> | 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; } -@property (readwrite, assign) NSArray * soutMRL; +@property (readwrite, retain) NSArray * soutMRL; - (void)setTranscode:(NSString *)o_transcode_string; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
