From 7d4e2ce1d6b84a43c325c493b77c1d06d4740dbc Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Wed, 4 Jun 2014 10:52:07 +0300 Subject: video_out_mmal: add missing _x_alphablend_init() --- src/video_out/video_out_mmal.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/video_out/video_out_mmal.c b/src/video_out/video_out_mmal.c index 32a689010..55170d28a 100644 --- a/src/video_out/video_out_mmal.c +++ b/src/video_out/video_out_mmal.c @@ -517,6 +517,8 @@ static vo_driver_t *open_plugin (video_driver_class_t *class_gen, const void *vi this->xine = class->xine; + _x_alphablend_init(&this->alphablend_extra_data, class->xine); + pthread_mutex_init (&this->mutex, NULL); pthread_cond_init (&this->cond, NULL); -- cgit v1.2.3