diff mov.c @ 2794:b556182542cb libavformat

Make ff_qt_default_palette_* arrays "static const"
author reimar
date Sun, 02 Dec 2007 23:27:01 +0000
parents d52c718e83f9
children 1ce39cda4a59
line wrap: on
line diff
--- a/mov.c	Sun Dec 02 21:52:43 2007 +0000
+++ b/mov.c	Sun Dec 02 23:27:01 2007 +0000
@@ -579,7 +579,7 @@
     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;