Skip to content

Commit

Permalink
* ../include/vlc_spu.h: fixed typo that was triggering a segfault wit…
Browse files Browse the repository at this point in the history
…h --enable-memory-optimize.
  • Loading branch information
Gildas Bazin committed Mar 4, 2005
1 parent e6f5e48 commit aec298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlc_spu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit aec298a

Please sign in to comment.