From aec298abc6761a551a208a0af4857d2a5c72f11d Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Fri, 4 Mar 2005 11:13:42 +0000 Subject: [PATCH] * ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize. --- include/vlc_spu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_spu.h b/include/vlc_spu.h index f02dca0b41..bfb8e0ec47 100644 --- a/include/vlc_spu.h +++ b/include/vlc_spu.h @@ -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 */ -- 2.39.5