Browse Source

x86: h264dsp: Remove unused variable ff_pb_3_1

tags/n1.0
Diego Biurrun 13 years ago
parent
commit
6376a3ad24
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/x86/h264dsp_mmx.c

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

@@ -23,8 +23,6 @@
#include "libavcodec/h264dsp.h"
#include "dsputil_mmx.h"

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

/***********************************/
/* IDCT */
#define IDCT_ADD_FUNC(NUM, DEPTH, OPT) \


Loading…
Cancel
Save