OSDN Git Service

dsputil: remove ff_emulated_edge_mc macro used in one place
authorMans Rullgard <mans@mansr.com>
Sat, 9 Jul 2011 10:38:39 +0000 (11:38 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 10 Jul 2011 16:55:58 +0000 (17:55 +0100)
commit710b8df949248b29446e5ee8b081b611a83951fa
tree722d5343b154cd0b76a0dc1b7f1b357ff8f11f52
parent0f6fc8660e32a69c406cba44cf31df6f7a7543d2
dsputil: remove ff_emulated_edge_mc macro used in one place

This macro can cause problems in conjunction with the bitdepth
template expansion.  It was presumably added to keep source
compatibility when high bitdepth support was added.  However,
emulated_edge_mc is a dsputil pointer and should not be called
directly, so there is little reason to keep such a macro.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/dsputil.h
libavcodec/x86/dsputil_mmx.c