Commit 09a08687 authored by Laurent Aimar's avatar Laurent Aimar

Added a const to source picture in blend module.

parent 91b4b33f
......@@ -63,7 +63,7 @@ struct filter_t
picture_t * ( * pf_video_filter ) ( filter_t *, picture_t * );
block_t * ( * pf_audio_filter ) ( filter_t *, block_t * );
void ( * pf_video_blend ) ( filter_t *,
picture_t *, picture_t *,
picture_t *, const picture_t *,
int, int, int );
subpicture_t * ( *pf_sub_filter ) ( filter_t *, mtime_t );
......
This diff is collapsed.
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