diff options
-rw-r--r-- | src/video_out/video_out_mmal.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |