Commit e7275455 authored by conrad's avatar conrad

Declare ff_vp3_idct_data to be uint16_t

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15117 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f5378475
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment