From 43410eaf7cea8317388d7a90f39ca9efa84ea28f Mon Sep 17 00:00:00 2001 From: David Conrad Date: Sun, 31 Aug 2008 07:05:29 +0000 Subject: Declare ff_vp3_idct_data to be uint16_t Originally committed as revision 15117 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/vp3dsp_sse2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/i386/vp3dsp_sse2.c b/libavcodec/i386/vp3dsp_sse2.c index b08a8d7..dff1007 100644 --- a/libavcodec/i386/vp3dsp_sse2.c +++ b/libavcodec/i386/vp3dsp_sse2.c @@ -27,7 +27,7 @@ #include "dsputil_mmx.h" #include "mmx.h" -DECLARE_ALIGNED_16(const unsigned short, ff_vp3_idct_data[7 * 8]) = +DECLARE_ALIGNED_16(const uint16_t, ff_vp3_idct_data[7 * 8]) = { 64277,64277,64277,64277,64277,64277,64277,64277, 60547,60547,60547,60547,60547,60547,60547,60547, -- cgit v1.1