Browse Source

Declare ff_vp3_idct_data to be uint16_t

Originally committed as revision 15117 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
David Conrad 17 years ago
parent
commit
43410eaf7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/i386/vp3dsp_sse2.c

+ 1
- 1
libavcodec/i386/vp3dsp_sse2.c View File

@@ -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…
Cancel
Save