diff svq1.c @ 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 eca08bfad00f
children 8bb3aa9813b5
line wrap: on
line diff
--- a/svq1.c	Mon Jan 07 12:47:14 2008 +0000
+++ b/svq1.c	Mon Jan 07 12:48:42 2008 +0000
@@ -37,7 +37,7 @@
 #include "svq1_vlc.h"
 
 /* standard video sizes */
-svq1_frame_size_t ff_svq1_frame_size_table[8] = {
+const svq1_frame_size_t ff_svq1_frame_size_table[8] = {
   { 160, 120 }, { 128,  96 }, { 176, 144 }, { 352, 288 },
   { 704, 576 }, { 240, 180 }, { 320, 240 }, {  -1,  -1 }
 };