comparison h263data.h @ 2753:ba8ecddf5598 libavcodec

adding a few const
author michael
date Wed, 01 Jun 2005 21:19:00 +0000
parents dea5b2946999
children ef2149182f1c
comparison
equal deleted inserted replaced
2752:23665209e823 2753:ba8ecddf5598
249 { 352, 288 }, 249 { 352, 288 },
250 { 704, 576 }, 250 { 704, 576 },
251 { 1408, 1152 }, 251 { 1408, 1152 },
252 }; 252 };
253 253
254 uint8_t ff_aic_dc_scale_table[32]={ 254 const uint8_t ff_aic_dc_scale_table[32]={
255 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 255 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
256 0, 2, 4, 6, 8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62 256 0, 2, 4, 6, 8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62
257 }; 257 };
258 258
259 static const uint8_t modified_quant_tab[2][32]={ 259 static const uint8_t modified_quant_tab[2][32]={