diff options
author | James Almer <jamrial@gmail.com> | 2017-01-31 14:59:29 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-01-31 14:59:29 -0300 |
commit | a956164e1eb3418922cae949f02ad4035f013213 (patch) | |
tree | 868d63f4ebea3b65678475be024881d8407a73c1 /libavcodec/x86/hpeldsp.h | |
parent | f6005907fdeb9e4de37568ed5c1a8e7b869126f6 (diff) | |
parent | 0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553 (diff) | |
download | ffmpeg-a956164e1eb3418922cae949f02ad4035f013213.tar.gz |
Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'
* commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553':
x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific code
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/hpeldsp.h')
-rw-r--r-- | libavcodec/x86/hpeldsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp.h b/libavcodec/x86/hpeldsp.h index bf97029b57..0ecc97a83a 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, int flags); +void ff_hpeldsp_vp3_init_x86(HpelDSPContext *c, int cpu_flags); #endif /* AVCODEC_X86_HPELDSP_H */ |