comparison rv34.c @ 9525:ad29ff444476 libavcodec

100l: VLC table array should not be const
author kostya
date Tue, 21 Apr 2009 17:35:30 +0000
parents c9c23894f4ae
children 6900e4f82110
comparison
equal deleted inserted replaced
9524:c8dc8037a18b 9525:ad29ff444476
80 98266, 98848, 99542, 100234, 100884, 101524, 103320, 103352, 103384, 103416, 80 98266, 98848, 99542, 100234, 100884, 101524, 103320, 103352, 103384, 103416,
81 103480, 104874, 106222, 106910, 107584, 108258, 108902, 109544, 111366, 111398, 81 103480, 104874, 106222, 106910, 107584, 108258, 108902, 109544, 111366, 111398,
82 111430, 111462, 111494, 112878, 114320, 114988, 115660, 116310, 116950, 117592 82 111430, 111462, 111494, 112878, 114320, 114988, 115660, 116310, 116950, 117592
83 }; 83 };
84 84
85 static const VLC_TYPE table_data[117592][2]; 85 static VLC_TYPE table_data[117592][2];
86 86
87 /** 87 /**
88 * Generate VLC from codeword lengths. 88 * Generate VLC from codeword lengths.
89 * @param bits codeword lengths (zeroes are accepted) 89 * @param bits codeword lengths (zeroes are accepted)
90 * @param size length of input data 90 * @param size length of input data