diff svq1.h @ 6130:057c243a4e3b libavcodec

Mark the ff_svq1_frame_size_table as constant. Patch by Diego 'Flameeyes' Petten flameeyes gmail ! com
author benoit
date Mon, 07 Jan 2008 12:48:42 +0000
parents 1d83e9c34641
children c4a4495715dd
line wrap: on
line diff
--- a/svq1.h	Mon Jan 07 12:47:14 2008 +0000
+++ b/svq1.h	Mon Jan 07 12:48:42 2008 +0000
@@ -56,6 +56,6 @@
 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 */