Commit 28cf168c authored by Mark Moriarty's avatar Mark Moriarty

vlc_filter.h -- update pf_render_string for additional RenderText parameters.

parent bff9fe06
......@@ -58,7 +58,7 @@ struct filter_t
int, int, int );
subpicture_t * ( *pf_sub_filter ) ( filter_t *, mtime_t );
subpicture_t * ( *pf_render_string ) ( filter_t *, block_t * );
subpicture_t * ( *pf_render_string ) ( filter_t *, block_t *, int, int );
/*
* Buffers allocation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment