# HG changeset patch # User kostya # Date 1240335330 0 # Node ID ad29ff44447668ec2f4752385147f6dd887a70d3 # Parent c8dc8037a18b6f6e2de6f2438310131bb2aad826 100l: VLC table array should not be const diff -r c8dc8037a18b -r ad29ff444476 rv34.c --- a/rv34.c Tue Apr 21 12:29:36 2009 +0000 +++ b/rv34.c Tue Apr 21 17:35:30 2009 +0000 @@ -82,7 +82,7 @@ 111430, 111462, 111494, 112878, 114320, 114988, 115660, 116310, 116950, 117592 }; -static const VLC_TYPE table_data[117592][2]; +static VLC_TYPE table_data[117592][2]; /** * Generate VLC from codeword lengths.