Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
7128:614bc53e67a8 | 7129:322023e630a6 |
---|---|
219 2, 0, 1, 3, | 219 2, 0, 1, 3, |
220 2, 0, 1, 3, | 220 2, 0, 1, 3, |
221 2, 0, 1, 3, | 221 2, 0, 1, 3, |
222 }; | 222 }; |
223 | 223 |
224 const unsigned char *ff_mpa_alloc_tables[5] = | 224 const unsigned char * const ff_mpa_alloc_tables[5] = |
225 { alloc_table_0, alloc_table_1, alloc_table_2, alloc_table_3, alloc_table_4, }; | 225 { alloc_table_0, alloc_table_1, alloc_table_2, alloc_table_3, alloc_table_4, }; |