Mercurial > libavcodec.hg
comparison msmpeg4data.h @ 7978:dc1a7a6ec58d libavcodec
Add (additional) const to many global tables.
| author | reimar |
|---|---|
| date | Thu, 02 Oct 2008 15:52:04 +0000 |
| parents | c4a4495715dd |
| children | 3b5964de95cd |
comparison
equal
deleted
inserted
replaced
| 7977:ccd351dd827b | 7978:dc1a7a6ec58d |
|---|---|
| 89 extern const uint32_t ff_table1_dc_lum[120][2]; | 89 extern const uint32_t ff_table1_dc_lum[120][2]; |
| 90 extern const uint32_t ff_table0_dc_chroma[120][2]; | 90 extern const uint32_t ff_table0_dc_chroma[120][2]; |
| 91 extern const uint32_t ff_table1_dc_chroma[120][2]; | 91 extern const uint32_t ff_table1_dc_chroma[120][2]; |
| 92 | 92 |
| 93 #define WMV2_INTER_CBP_TABLE_COUNT 4 | 93 #define WMV2_INTER_CBP_TABLE_COUNT 4 |
| 94 extern const uint32_t (*wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2]; | 94 extern const uint32_t (* const wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2]; |
| 95 | 95 |
| 96 extern const uint8_t wmv2_scantableA[64]; | 96 extern const uint8_t wmv2_scantableA[64]; |
| 97 extern const uint8_t wmv2_scantableB[64]; | 97 extern const uint8_t wmv2_scantableB[64]; |
| 98 | 98 |
| 99 #endif /* AVCODEC_MSMPEG4DATA_H */ | 99 #endif /* AVCODEC_MSMPEG4DATA_H */ |
