[FFmpeg-cvslog] r25173 - trunk/libavcodec/x86/h264dsp_mmx.c
rbultje
subversion
Fri Sep 24 17:31:47 CEST 2010
Author: rbultje
Date: Fri Sep 24 17:31:46 2010
New Revision: 25173
Log:
Remove unused variable.
Modified:
trunk/libavcodec/x86/h264dsp_mmx.c
Modified: trunk/libavcodec/x86/h264dsp_mmx.c
==============================================================================
--- trunk/libavcodec/x86/h264dsp_mmx.c Fri Sep 24 16:07:23 2010 (r25172)
+++ trunk/libavcodec/x86/h264dsp_mmx.c Fri Sep 24 17:31:46 2010 (r25173)
@@ -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 */
More information about the ffmpeg-cvslog
mailing list