You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/x86/h264_qpel_8bit: Remove unused function
Namely ff_avg_h264_qpel8or16_hv1_lowpass_op_mmxext. It seems to exist
since 610e00b359
(a function like this
already existed before that commit, but it was static and
av_always_inline and was therefore not present in the actual binaries).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -583,7 +583,6 @@ cglobal %1_h264_qpel8or16_hv1_lowpass_op, 4,4,8 ; src, tmp, srcStride, size
|
|||||||
|
|
||||||
INIT_MMX mmxext
|
INIT_MMX mmxext
|
||||||
QPEL8OR16_HV1_LOWPASS_OP put
|
QPEL8OR16_HV1_LOWPASS_OP put
|
||||||
QPEL8OR16_HV1_LOWPASS_OP avg
|
|
||||||
|
|
||||||
INIT_XMM sse2
|
INIT_XMM sse2
|
||||||
QPEL8OR16_HV1_LOWPASS_OP put
|
QPEL8OR16_HV1_LOWPASS_OP put
|
||||||
|
Reference in New Issue
Block a user