diff mpegaudiodata.c @ 7129:322023e630a6 libavcodec

mark read-only data as const
author stefang
date Tue, 24 Jun 2008 20:01:31 +0000
parents d47ee2d1d7da
children 87b48b7d2007
line wrap: on
line diff
--- a/mpegaudiodata.c	Tue Jun 24 18:38:55 2008 +0000
+++ b/mpegaudiodata.c	Tue Jun 24 20:01:31 2008 +0000
@@ -221,5 +221,5 @@
  2,  0,  1,  3,
 };
 
-const unsigned char *ff_mpa_alloc_tables[5] =
+const unsigned char * const ff_mpa_alloc_tables[5] =
 { alloc_table_0, alloc_table_1, alloc_table_2, alloc_table_3, alloc_table_4, };