Mercurial > mplayer.hg
changeset 24119:b86a0396b828
Remove unused variable.
author | diego |
---|---|
date | Fri, 24 Aug 2007 11:16:32 +0000 |
parents | f135a7260fd0 |
children | dac788e0857d |
files | libmpcodecs/vf_filmdint.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_filmdint.c Fri Aug 24 11:06:07 2007 +0000 +++ b/libmpcodecs/vf_filmdint.c Fri Aug 24 11:16:32 2007 +0000 @@ -438,7 +438,6 @@ 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));