summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_qt.c')
-rw-r--r--src/demuxers/demux_qt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index 6693637c7..f837a2272 100644
--- a/src/demuxers/demux_qt.c
+++ b/src/demuxers/demux_qt.c
@@ -832,7 +832,7 @@ static qt_error parse_trak_atom (qt_trak *trak,
int color_index;
int color_dec;
int color_greyscale;
- unsigned char *color_table;
+ const unsigned char *color_table;
/* initialize trak structure */
trak->edit_list_count = 0;