From 0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 19 Jan 2016 17:55:59 +0100 Subject: x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific code That code is only ever initialized with that flag set. --- libavcodec/x86/hpeldsp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/hpeldsp_init.c') diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c index cd3999e516..6a8d4205fa 100644 --- a/libavcodec/x86/hpeldsp_init.c +++ b/libavcodec/x86/hpeldsp_init.c @@ -255,5 +255,5 @@ av_cold void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags) hpeldsp_init_sse2_fast(c, flags); if (CONFIG_VP3_DECODER) - ff_hpeldsp_vp3_init_x86(c, cpu_flags, flags); + ff_hpeldsp_vp3_init_x86(c, cpu_flags); } -- cgit v1.2.3