Commit 55f6f335 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Mark the callback list as const

(unfortunately, it will not be shareable since it contains relocations)
parent f1a3e870
...@@ -2332,7 +2332,7 @@ unknown: ...@@ -2332,7 +2332,7 @@ unknown:
/**** "Higher level" Functions ****/ /**** "Higher level" Functions ****/
/**** ------------------------------------------------------------------- ****/ /**** ------------------------------------------------------------------- ****/
static struct static const struct
{ {
uint32_t i_type; uint32_t i_type;
int (*MP4_ReadBox_function )( stream_t *p_stream, MP4_Box_t *p_box ); int (*MP4_ReadBox_function )( stream_t *p_stream, MP4_Box_t *p_box );
......
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