Commit 8ded5907 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix crash when trying to transcode with help from the legacy output panel (close #8271)

parent 8aa14596
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
NSArray *o_mrl; NSArray *o_mrl;
NSString *o_transcode; NSString *o_transcode;
} }
@property (readwrite, assign) NSArray * soutMRL; @property (readwrite, retain) NSArray * soutMRL;
- (void)setTranscode:(NSString *)o_transcode_string; - (void)setTranscode:(NSString *)o_transcode_string;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment