Declare ff_vp3_idct_data to be uint16_t
Originally committed as revision 15117 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
587ae47aa7
commit
43410eaf7c
@ -27,7 +27,7 @@
|
|||||||
#include "dsputil_mmx.h"
|
#include "dsputil_mmx.h"
|
||||||
#include "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,
|
64277,64277,64277,64277,64277,64277,64277,64277,
|
||||||
60547,60547,60547,60547,60547,60547,60547,60547,
|
60547,60547,60547,60547,60547,60547,60547,60547,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user