1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

x86: h264dsp: Remove unused variable ff_pb_3_1

This commit is contained in:
Diego Biurrun
2012-07-31 17:12:51 +02:00
parent 921063877e
commit 6376a3ad24

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) \