comparison mpegaudiotab.h @ 2753:ba8ecddf5598 libavcodec

adding a few const
author michael
date Wed, 01 Jun 2005 21:19:00 +0000
parents 1e39f273ecd6
children ef2149182f1c
comparison
equal deleted inserted replaced
2752:23665209e823 2753:ba8ecddf5598
75 static unsigned short total_quant_bits[17]; 75 static unsigned short total_quant_bits[17];
76 76
77 /* signal to noise ratio of each quantification step (could be 77 /* signal to noise ratio of each quantification step (could be
78 computed from quant_steps[]). The values are dB multiplied by 10 78 computed from quant_steps[]). The values are dB multiplied by 10
79 */ 79 */
80 static unsigned short quant_snr[17] = { 80 static const unsigned short quant_snr[17] = {
81 70, 110, 160, 208, 81 70, 110, 160, 208,
82 253, 316, 378, 439, 82 253, 316, 378, 439,
83 499, 559, 620, 680, 83 499, 559, 620, 680,
84 740, 800, 861, 920, 84 740, 800, 861, 920,
85 980 85 980