mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
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 "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,
|
||||
|
Loading…
Reference in New Issue
Block a user