diff libass/ass_mp.h @ 20446:e8adc3778348

Split ass_configure() into several smaller functions. FontConfig initialization moved from ass_init() to ass_set_fonts().
author eugeni
date Thu, 26 Oct 2006 20:08:46 +0000
parents fa122b7c71c6
children de4a66d99f41
line wrap: on
line diff
--- a/libass/ass_mp.h	Thu Oct 26 15:27:00 2006 +0000
+++ b/libass/ass_mp.h	Thu Oct 26 20:08:46 2006 +0000
@@ -39,5 +39,7 @@
 int ass_process_subtitle(ass_track_t* track, subtitle* sub);
 ass_track_t* ass_read_subdata(sub_data* subdata, double fps);
 
+void ass_configure(ass_instance_t* priv, int w, int h);
+
 #endif