summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-21 08:45:13 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-21 08:45:13 +0000
commit01af53f1329620232fec9d6f6306510908adda88 (patch)
tree8885600230b79c71e5f92597f7d2641ed88767a8 /libvo
parent9134e9d8bc6849baeef0dcfc1dd127dd156f6d99 (diff)
downloadmpv-01af53f1329620232fec9d6f6306510908adda88.tar.bz2
mpv-01af53f1329620232fec9d6f6306510908adda88.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/sub.c b/libvo/sub.c
index d4d8d123a4..786c09496f 100644
--- a/libvo/sub.c
+++ b/libvo/sub.c
@@ -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");
}
}