Mercurial > libavcodec.hg
changeset 6376:f70b8e837ecc libavcodec
Fix warnings:
i386/vp3dsp_sse2.c:805: warning: cast discards qualifiers from pointer target type
i386/vp3dsp_sse2.c:806: warning: cast discards qualifiers from pointer target type
author | reimar |
---|---|
date | Tue, 19 Feb 2008 21:55:13 +0000 |
parents | 551232d0fa74 |
children | 931ca319f2fe |
files | i386/vp3dsp_sse2.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/vp3dsp_sse2.c Tue Feb 19 21:46:40 2008 +0000 +++ b/i386/vp3dsp_sse2.c Tue Feb 19 21:55:13 2008 +0000 @@ -802,8 +802,8 @@ { unsigned char *input_bytes = (unsigned char *)input_data; unsigned char *output_data_bytes = (unsigned char *)input_data; - unsigned char *idct_data_bytes = (unsigned char *)SSE2_idct_data; - unsigned char *Eight = (unsigned char *)eight_data; + const unsigned char *idct_data_bytes = (const unsigned char *)SSE2_idct_data; + const unsigned char *Eight = (const unsigned char *)eight_data; #define eax input_bytes //#define ebx dequant_matrix_bytes