From: RĂ©mi Denis-Courmont Date: Sat, 1 Mar 2008 17:27:36 +0000 (+0000) Subject: Mark the callback list as const X-Git-Tag: 0.9.0-test0~2406 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=55f6f335c31fec9e60a3bdf3506779351fb0c9e6;p=vlc Mark the callback list as const (unfortunately, it will not be shareable since it contains relocations) --- diff --git a/modules/demux/mp4/libmp4.c b/modules/demux/mp4/libmp4.c index 47f7d75761..426890ff02 100644 --- a/modules/demux/mp4/libmp4.c +++ b/modules/demux/mp4/libmp4.c @@ -2332,7 +2332,7 @@ unknown: /**** "Higher level" Functions ****/ /**** ------------------------------------------------------------------- ****/ -static struct +static const struct { uint32_t i_type; int (*MP4_ReadBox_function )( stream_t *p_stream, MP4_Box_t *p_box );