mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
Get rid of the annoying and useless "Subtitles requested but not found" message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11202 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9134e9d8bc
commit
01af53f132
@ -622,8 +622,6 @@ inline static void vo_update_text_sub(mp_osd_obj_t* obj,int dxs,int dys){
|
||||
pmt = pmt->next;
|
||||
}
|
||||
free(pmt);
|
||||
} else {
|
||||
mp_msg(MSGT_OSD, MSGL_WARN, "\nSubtitles requested but not found.\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user