From 55f6f335c31fec9e60a3bdf3506779351fb0c9e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 1 Mar 2008 17:27:36 +0000 Subject: [PATCH] Mark the callback list as const (unfortunately, it will not be shareable since it contains relocations) --- modules/demux/mp4/libmp4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2