changeset 9525:ad29ff444476 libavcodec

100l: VLC table array should not be const
author kostya
date Tue, 21 Apr 2009 17:35:30 +0000
parents c8dc8037a18b
children b9216a975c7f
files rv34.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.