Browse Source

Remove unused variable.

Originally committed as revision 25173 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Ronald S. Bultje 15 years ago
parent
commit
7e117771cd
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/x86/h264dsp_mmx.c

+ 0
- 1
libavcodec/x86/h264dsp_mmx.c View File

@@ -24,7 +24,6 @@
#include "dsputil_mmx.h"

DECLARE_ALIGNED(8, static const uint64_t, ff_pb_3_1 ) = 0x0103010301030103ULL;
DECLARE_ALIGNED(8, static const uint64_t, ff_pb_7_3 ) = 0x0307030703070307ULL;

/***********************************/
/* IDCT */


Loading…
Cancel
Save