diff dsputil.h @ 10143:c5e8a5a044c3 libavcodec

The ff_cos_tabs table itself is constant, too, so mark it as such.
author reimar
date Sun, 06 Sep 2009 08:53:14 +0000
parents 0b76ca7e07b5
children 50ec8930f99e
line wrap: on
line diff
--- a/dsputil.h	Sun Sep 06 08:50:20 2009 +0000
+++ b/dsputil.h	Sun Sep 06 08:53:14 2009 +0000
@@ -684,7 +684,7 @@
     void (*imdct_half)(struct MDCTContext *s, FFTSample *output, const FFTSample *input);
 } FFTContext;
 
-extern FFTSample* ff_cos_tabs[13];
+extern FFTSample* const ff_cos_tabs[13];
 
 /**
  * Sets up a complex FFT.