<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Folks,</div><div><br></div><div>I see that the marquee filter uses two different fonts for two different media files. I guess it is looking at some characteristics of the media being played.</div><div><br></div><div>For my experiment, I modified marq.c to hard-code the font:</div><div><br></div><div>static int CreateFilter( vlc_object_t *p_this )<br>{</div><div>   ...<br>    p_sys->p_style = text_style_New();<br>    p_sys->p_style->psz_fontname = strdup("Sans Serif");<br>   ...</div><div>}</div><div><br></div><div>However, this still does not have any effect on the output. I still see multiple fonts being used.<br></div><div><br></div><div>Can someone please tell me what is it that I am missing?</div><div><br></div><div>Thank you in advance for your
 help.</div><div><br></div><div>Regards,</div><div>Peter</div></div></body></html>