[FFmpeg-cvslog] Make fdct_r_row_sse2 const.

Reimar Döffinger git at videolan.org
Sat Nov 5 15:45:28 CET 2011


ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sat Nov  5 15:26:21 2011 +0100| [db076a2c48d680dfe828bbe7235082cc3eee0b67] | committer: Reimar Döffinger

Make fdct_r_row_sse2 const.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db076a2c48d680dfe828bbe7235082cc3eee0b67
---

 libavcodec/x86/fdct_mmx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/fdct_mmx.c b/libavcodec/x86/fdct_mmx.c
index 77652b2..94f6157 100644
--- a/libavcodec/x86/fdct_mmx.c
+++ b/libavcodec/x86/fdct_mmx.c
@@ -68,7 +68,7 @@ DECLARE_ALIGNED(16, static const int16_t, fdct_one_corr)[8] = { X8(1) };
 
 DECLARE_ALIGNED(8, static const int32_t, fdct_r_row)[2] = {RND_FRW_ROW, RND_FRW_ROW };
 
-static struct
+static const struct
 {
  DECLARE_ALIGNED(16, const int32_t, fdct_r_row_sse2)[4];
 } fdct_r_row_sse2 =



More information about the ffmpeg-cvslog mailing list