mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
Always initialize and destroy ass_library.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20499 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4df2014879
commit
219d0cfca9
@ -706,9 +706,7 @@ static void exit_player_with_rc(const char* how, int rc){
|
||||
free_osd_list();
|
||||
|
||||
#ifdef USE_ASS
|
||||
if(ass_enabled) {
|
||||
ass_library_done(ass_library);
|
||||
}
|
||||
#endif
|
||||
|
||||
current_module="exit_player";
|
||||
@ -3110,7 +3108,7 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
|
||||
vo_init_osd();
|
||||
|
||||
#ifdef USE_ASS
|
||||
if(1 || ass_enabled) { // even if ass_enabled==0 now it can be used
|
||||
{
|
||||
char* path = get_path("fonts");
|
||||
ass_library = ass_library_init();
|
||||
ass_set_fonts_dir(ass_library, path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user