diff options
author | David Conrad <lessen42@gmail.com> | 2008-08-31 07:05:29 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2008-08-31 07:05:29 +0000 |
commit | 43410eaf7cea8317388d7a90f39ca9efa84ea28f (patch) | |
tree | 798f84e3c775028a06ae64bafaa449ac957d7da9 /libavcodec/i386 | |
parent | 587ae47aa77307d4ee81708ee74101b4be36a330 (diff) | |
download | ffmpeg-43410eaf7cea8317388d7a90f39ca9efa84ea28f.tar.gz |
Declare ff_vp3_idct_data to be uint16_t
Originally committed as revision 15117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r-- | libavcodec/i386/vp3dsp_sse2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/vp3dsp_sse2.c b/libavcodec/i386/vp3dsp_sse2.c index b08a8d73b4..dff1007072 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, |