summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-01-31 20:07:30 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-02-01 02:01:07 +0100
commit536ac72f46b7b5094949b4e6a7e07cc8de86aac9 (patch)
treeaabae9962c1a5d789dc426d08828340fd5968478 /libavcodec/x86/hpeldsp.h
parent3782656631fa8262528c07794acf7e9c2aab000d (diff)
downloadffmpeg-536ac72f46b7b5094949b4e6a7e07cc8de86aac9.tar.gz
Revert "Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'"
The assumption this is based on is wrong, the code is not always run with bitexact flags This reverts commit a956164e1eb3418922cae949f02ad4035f013213, reversing changes made to f6005907fdeb9e4de37568ed5c1a8e7b869126f6. Approved-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/hpeldsp.h')
-rw-r--r--libavcodec/x86/hpeldsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp.h b/libavcodec/x86/hpeldsp.h
index 0ecc97a83a..bf97029b57 100644
--- a/libavcodec/x86/hpeldsp.h
+++ b/libavcodec/x86/hpeldsp.h
@@ -52,6 +52,6 @@ void ff_put_pixels16_xy2_sse2(uint8_t *block, const uint8_t *pixels,
void ff_put_pixels16_xy2_ssse3(uint8_t *block, const uint8_t *pixels,
ptrdiff_t line_size, int h);
-void ff_hpeldsp_vp3_init_x86(HpelDSPContext *c, int cpu_flags);
+void ff_hpeldsp_vp3_init_x86(HpelDSPContext *c, int cpu_flags, int flags);
#endif /* AVCODEC_X86_HPELDSP_H */