]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_internal.h
Improved subtitle rendering accuracy and fixed pause on dynamic subtitles.
[vlc] / src / video_output / vout_internal.h
index eb9fd1729e85413cee40f5d3a507318c8f071966..773008ee9e98b903e407a5ad7c6cfda91885175f 100644 (file)
@@ -107,7 +107,8 @@ struct vout_thread_sys_t
 
 /* DO NOT use vout_RenderPicture unless you are in src/video_ouput */
 picture_t *vout_RenderPicture( vout_thread_t *, picture_t *,
-                               subpicture_t *, bool b_paused );
+                               subpicture_t *,
+                               mtime_t render_date );
 
 /* DO NOT use vout_UsePictureLocked unless you are in src/video_ouput
  *