Commit 88aa4077 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* oops, deciding for either 2 or 2 isn't really the intended purpose

parent 86310411
...@@ -1019,7 +1019,7 @@ static VLCWizard *_o_sharedInstance = nil; ...@@ -1019,7 +1019,7 @@ static VLCWizard *_o_sharedInstance = nil;
[[o_t5_matrix_encap cellAtRow:10 column:0] setEnabled:NO]; [[o_t5_matrix_encap cellAtRow:10 column:0] setEnabled:NO];
} }
else if ( [o_userSelections objectForKey:@"stmgMhd"] == @"2" || else if ( [o_userSelections objectForKey:@"stmgMhd"] == @"2" ||
[o_userSelections objectForKey:@"stmgMhd"] == @"2" ) [o_userSelections objectForKey:@"stmgMhd"] == @"3" )
{ {
/* if UDP is the streaming protocol, only MPEG-TS is available */ /* if UDP is the streaming protocol, only MPEG-TS is available */
[[o_t5_matrix_encap cellAtRow:0 column:0] setEnabled:NO]; [[o_t5_matrix_encap cellAtRow:0 column:0] setEnabled:NO];
......
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