mirror of https://github.com/mpv-player/mpv
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24139 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4225bf59d4
commit
9fdcecc029
|
@ -438,7 +438,6 @@ block_metrics_3dnow(unsigned char *a, unsigned char *b, int as, int bs,
|
|||
mp_msg(MSGT_VFILTER, MSGL_FATAL, "block_metrics_3dnow: internal error\n");
|
||||
#else
|
||||
static const unsigned long long ones = 0x0101010101010101ull;
|
||||
unsigned long interlaced;
|
||||
|
||||
BLOCK_METRICS_TEMPLATE();
|
||||
asm volatile("movq %%mm7, %0\n\temms" : "=m" (tm));
|
||||
|
|
Loading…
Reference in New Issue