100l: VLC table array should not be const
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 21 Apr 2009 17:35:30 +0000 (17:35 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 21 Apr 2009 17:35:30 +0000 (17:35 +0000)
Originally committed as revision 18642 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/rv34.c

index 8a1788b..1c077e8 100644 (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.