Commit 817acb78 authored by Benjamin Pracht's avatar Benjamin Pracht

* reflects syntax change in the dvdread access

parent 7ea393d4
...@@ -601,7 +601,7 @@ static VLCOpen *_o_sharedMainInstance = nil; ...@@ -601,7 +601,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
o_mrl_string = [NSString stringWithFormat: @"dvdnav://%@", o_mrl_string = [NSString stringWithFormat: @"dvdnav://%@",
o_device]; o_device];
else else
o_mrl_string = [NSString stringWithFormat: @"dvdread://%@@%i:%i", o_mrl_string = [NSString stringWithFormat: @"dvdread://%@@%i:%i-",
o_device, i_title, i_chapter]; o_device, i_title, i_chapter];
} }
else /* VIDEO_TS folder */ else /* VIDEO_TS folder */
......
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