1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

100l: VLC table array should not be const

Originally committed as revision 18642 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov 2009-04-21 17:35:30 +00:00
parent 7bbd2fb126
commit a456df258e

View File

@ -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.