Update -(void)setCurrentVideoSubTitleIndex:(int)index in VLCMediaPlayer to allow passing -1 to disable subtitles.
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