Skip to content

Update -(void)setCurrentVideoSubTitleIndex:(int)index in VLCMediaPlayer to allow passing -1 to disable subtitles.

Kevin Bradley requested to merge lechium/VLCKit:master into master

libvlc_video_set_spu does not handle -1 as a call to turn off subtitles, this handles turning them off properly when -1 is passed as a parameter to match the documentation.

fixes #585 (closed)

Edited by Kevin Bradley

Merge request reports