Commit aec298ab authored by Gildas Bazin's avatar Gildas Bazin

* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.

parent e6f5e48c
......@@ -37,7 +37,7 @@ struct spu_t
VLC_COMMON_MEMBERS
vlc_mutex_t subpicture_lock; /**< subpicture heap lock */
subpicture_t p_subpicture[VOUT_MAX_PICTURES]; /**< subpictures */
subpicture_t p_subpicture[VOUT_MAX_SUBPICTURES]; /**< subpictures */
int i_channel; /**< number of subpicture channels registered */
filter_t *p_blend; /**< alpha blending module */
......
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