comparison mpegaudiodectab.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
717 { 15, 13 }, 717 { 15, 13 },
718 }; 718 };
719 719
720 720
721 /* huffman tables for quadrules */ 721 /* huffman tables for quadrules */
722 static uint8_t mpa_quad_codes[2][16] = { 722 static const uint8_t mpa_quad_codes[2][16] = {
723 { 1, 5, 4, 5, 6, 5, 4, 4, 7, 3, 6, 0, 7, 2, 3, 1, }, 723 { 1, 5, 4, 5, 6, 5, 4, 4, 7, 3, 6, 0, 7, 2, 3, 1, },
724 { 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, }, 724 { 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, },
725 }; 725 };
726 726
727 static uint8_t mpa_quad_bits[2][16] = { 727 static const uint8_t mpa_quad_bits[2][16] = {
728 { 1, 4, 4, 5, 4, 6, 5, 6, 4, 5, 5, 6, 5, 6, 6, 6, }, 728 { 1, 4, 4, 5, 4, 6, 5, 6, 4, 5, 5, 6, 5, 6, 6, 6, },
729 { 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, }, 729 { 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, },
730 }; 730 };
731 731
732 /* band size tables */ 732 /* band size tables */