mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
"[ass] init" message looks better when it starts with the capital letter 'I'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19347 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5415ba27e4
commit
d6f16f6889
@ -358,10 +358,10 @@ static int control(vf_instance_t *vf, int request, void *data)
|
|||||||
if (request == VFCTRL_EOSD) {
|
if (request == VFCTRL_EOSD) {
|
||||||
vf->priv->ass_priv = ass_init();
|
vf->priv->ass_priv = ass_init();
|
||||||
if (!vf->priv->ass_priv) {
|
if (!vf->priv->ass_priv) {
|
||||||
mp_msg(MSGT_VFILTER, MSGL_ERR, "[ass] init failed\n");
|
mp_msg(MSGT_VFILTER, MSGL_ERR, "[ass] Init failed\n");
|
||||||
return 0;
|
return 0;
|
||||||
} else
|
} else
|
||||||
mp_msg(MSGT_VFILTER, MSGL_INFO, "[ass] init\n");
|
mp_msg(MSGT_VFILTER, MSGL_INFO, "[ass] Init\n");
|
||||||
return CONTROL_TRUE;
|
return CONTROL_TRUE;
|
||||||
}
|
}
|
||||||
return vf_next_control(vf, request, data);
|
return vf_next_control(vf, request, data);
|
||||||
|
Loading…
Reference in New Issue
Block a user