Mark mutable static data const where appropriate.

This commit is contained in:
Alex Converse
2012-02-20 00:42:33 -08:00
parent e48a70e6da
commit b0f29db5c2
18 changed files with 26 additions and 26 deletions

View File

@ -66,7 +66,7 @@ typedef struct VP8EncoderContext {
} VP8Context;
/** String mappings for enum vp8e_enc_control_id */
static const char *ctlidstr[] = {
static const char *const ctlidstr[] = {
[VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY",
[VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE",
[VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE",