Skip to content

Instantly share code, notes, and snippets.

@bingeboy
Last active August 29, 2015 14:03
Show Gist options
  • Save bingeboy/1bce4b04cf76d55fae9f to your computer and use it in GitHub Desktop.
Save bingeboy/1bce4b04cf76d55fae9f to your computer and use it in GitHub Desktop.
Hack to turn off VLC2 on OSX Subtitles
#Hack to turn off VLC2 Subtitles on OSX.
````
% vim /Applications/VLC.app/Contents/MacOS/include/vlc/libvlc_media_player.h +1014
```
Commentout the line you are on in VIM.
```
* LIBVLC_API int libvlc_video_get_spu_count( libvlc_media_player_t *p_mi );
```
Good bye subtitles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment