diff options
author | Diego Pettenò <flameeyes@gmail.com> | 2008-01-07 12:48:42 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-01-07 12:48:42 +0000 |
commit | 81fe0cfc0ba7eac51eaa0fc470d851a659c87cd7 (patch) | |
tree | c7706a13089ba0c83555b1ccf958c53f174cda61 /libavcodec/svq1.h | |
parent | a1f89639a84ceacb922192019bf6519b98c18aa0 (diff) | |
download | ffmpeg-81fe0cfc0ba7eac51eaa0fc470d851a659c87cd7.tar.gz |
Mark the ff_svq1_frame_size_table as constant.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq1.h')
-rw-r--r-- | libavcodec/svq1.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |