diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-08 01:12:44 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-08 01:12:44 +0100 |
| commit | 3a233b827783151c4c08985224782f1dcce43a8f (patch) | |
| tree | 5377813a1b3369d2700050df921ec0b33426b7f6 /src/demuxers/demux_qt.c | |
| parent | f12149f0ca2743e6f5f9d39ba53b27c306137597 (diff) | |
| download | xine-lib-3a233b827783151c4c08985224782f1dcce43a8f.tar.gz xine-lib-3a233b827783151c4c08985224782f1dcce43a8f.tar.bz2 | |
Mark various private arrays, structs & fn parameters as static and/or const.
Two of the modified files are headers, but each contains definitions as well as
declarations and is only ever used once.
Diffstat (limited to 'src/demuxers/demux_qt.c')
| -rw-r--r-- | src/demuxers/demux_qt.c | 2 |
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; |
