diff mpegaudiotab.h @ 2753:ba8ecddf5598 libavcodec

adding a few const
author michael
date Wed, 01 Jun 2005 21:19:00 +0000
parents 1e39f273ecd6
children ef2149182f1c
line wrap: on
line diff
--- a/mpegaudiotab.h	Wed Jun 01 18:04:01 2005 +0000
+++ b/mpegaudiotab.h	Wed Jun 01 21:19:00 2005 +0000
@@ -77,7 +77,7 @@
 /* signal to noise ratio of each quantification step (could be
    computed from quant_steps[]). The values are dB multiplied by 10 
 */
-static unsigned short quant_snr[17] = { 
+static const unsigned short quant_snr[17] = { 
      70, 110, 160, 208,
     253, 316, 378, 439,
     499, 559, 620, 680,