aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-12-02 23:27:01 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2007-12-02 23:27:01 +0000
commit1fe47470d17c8b1e31e9eddb975bc61768f7dc94 (patch)
treece1b7a54505841bd79e5f07b8aea3d8ad9ef4675 /libavformat/mov.c
parent77777f0dd8660871ea7576f800bee29e0f440f4c (diff)
downloadffmpeg-1fe47470d17c8b1e31e9eddb975bc61768f7dc94.tar.gz
Make ff_qt_default_palette_* arrays "static const"
Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index ae3e5dc8bc..dc662d3a4d 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -579,7 +579,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
int color_index;
int color_dec;
int color_greyscale;
- unsigned char *color_table;
+ const uint8_t *color_table;
int j;
unsigned char r, g, b;