[MPlayer-cvslog] r19347 - trunk/libmpcodecs/vf_ass.c
eugeni
subversion at mplayerhq.hu
Sun Aug 6 20:02:42 CEST 2006
Author: eugeni
Date: Sun Aug 6 20:02:42 2006
New Revision: 19347
Modified:
trunk/libmpcodecs/vf_ass.c
Log:
"[ass] init" message looks better when it starts with the capital letter 'I'.
Modified: trunk/libmpcodecs/vf_ass.c
==============================================================================
--- trunk/libmpcodecs/vf_ass.c (original)
+++ trunk/libmpcodecs/vf_ass.c Sun Aug 6 20:02:42 2006
@@ -358,10 +358,10 @@
if (request == VFCTRL_EOSD) {
vf->priv->ass_priv = ass_init();
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;
} else
- mp_msg(MSGT_VFILTER, MSGL_INFO, "[ass] init\n");
+ mp_msg(MSGT_VFILTER, MSGL_INFO, "[ass] Init\n");
return CONTROL_TRUE;
}
return vf_next_control(vf, request, data);
More information about the MPlayer-cvslog
mailing list