process_fontdata(priv, library, ftlibrary, i);
if (dir) {
- ass_msg(library, MSGL_INFO, "Updating font cache");
+ ass_msg(library, MSGL_V, "Updating font cache");
rc = FcConfigAppFontAddDir(priv->config, (const FcChar8 *) dir);
if (!rc) {
ass_init_exit:
if (priv)
- ass_msg(library, MSGL_INFO, "Init");
+ ass_msg(library, MSGL_V, "Init");
else
ass_msg(library, MSGL_ERR, "Init failed");
FT_Glyph_Copy((FT_Glyph) drawing->glyph, &glyph);
error = FT_Glyph_To_Bitmap(&glyph, FT_RENDER_MODE_NORMAL, 0, 1);
if (error) {
- ass_msg(render_priv->library, MSGL_V,
+ ass_msg(render_priv->library, MSGL_WARN,
"Clip vector rasterization failed: %d. Skipping.", error);
goto blend_vector_exit;
}
double scr_y;
if (valign != VALIGN_SUB)
ass_msg(render_priv->library, MSGL_V,
- "Invalid valign, supposing 0 (subtitle)");
+ "Invalid valign, assuming 0 (subtitle)");
scr_y =
y2scr_sub(render_priv,
render_priv->track->PlayResY - MarginV);
s.hb = priv->left + priv->width;
if (priv->height != imgs[i].height) { // no, it's not
ass_msg(render_priv->library, MSGL_WARN,
- "Warning! Event height has changed");
+ "Event height has changed");
priv->top = 0;
priv->height = 0;
priv->left = 0;