diff truemotion1.c @ 7129:322023e630a6 libavcodec

mark read-only data as const
author stefang
date Tue, 24 Jun 2008 20:01:31 +0000
parents e943e1409077
children bc36a075bf35
line wrap: on
line diff
--- a/truemotion1.c	Tue Jun 24 18:38:55 2008 +0000
+++ b/truemotion1.c	Tue Jun 24 20:01:31 2008 +0000
@@ -117,7 +117,7 @@
 } comp_types;
 
 /* { valid for metatype }, algorithm, num of deltas, vert res, horiz res */
-static comp_types compression_types[17] = {
+static const comp_types compression_types[17] = {
     { ALGO_NOP,    0, 0, 0 },
 
     { ALGO_RGB16V, 4, 4, BLOCK_4x4 },