From 81fe0cfc0ba7eac51eaa0fc470d851a659c87cd7 Mon Sep 17 00:00:00 2001 From: Diego Pettenò Date: Mon, 7 Jan 2008 12:48:42 +0000 Subject: Mark the ff_svq1_frame_size_table as constant. Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 11447 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/svq1.h') diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h index 48fe6c72e1..7764dd8dd9 100644 --- a/libavcodec/svq1.h +++ b/libavcodec/svq1.h @@ -56,6 +56,6 @@ extern const uint8_t ff_svq1_inter_multistage_vlc[6][8][2]; extern const uint16_t ff_svq1_intra_mean_vlc[256][2]; extern const uint16_t ff_svq1_inter_mean_vlc[512][2]; -extern svq1_frame_size_t ff_svq1_frame_size_table[8]; +extern const svq1_frame_size_t ff_svq1_frame_size_table[8]; #endif /* FFMPEG_SVQ1_H */ -- cgit v1.2.3