Commit 048d050d authored by kostya's avatar kostya

100l: VLC table array should not be const

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18642 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b3e3736
......@@ -82,7 +82,7 @@ static const int table_offs[] = {
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment