From a2ba5b8242e467f7975e2ac48ac1ed2148917e8e Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 18 Mar 2025 15:06:07 +0100 Subject: [PATCH] avcodec/mpegvideoenc: Remove declaration of inexistent function ff_MPV_encode_init_x86() has been renamed to ff_dct_encode_init_x86() in 6b33e918996e8a4e40071cb0a273c23de22ce1fc in FFmpeg; libav renamed it to ff_mpv_encode_init_x86() in commit 6b33e918996e8a4e40071cb0a273c23de22ce1fc. This hasn't been noticed in c1df467d73ee8c6e792ec27c126c5f0e2bc1af9d when merging. Signed-off-by: Andreas Rheinhardt --- libavcodec/mpegvideoenc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/mpegvideoenc.h b/libavcodec/mpegvideoenc.h index b6c6045bb9..ea7b818450 100644 --- a/libavcodec/mpegvideoenc.h +++ b/libavcodec/mpegvideoenc.h @@ -226,7 +226,6 @@ FF_MPV_OPT_CMP_FUNC, \ extern const AVClass ff_mpv_enc_class; int ff_mpv_encode_init(AVCodecContext *avctx); -void ff_mpv_encode_init_x86(MpegEncContext *s); int ff_mpv_encode_end(AVCodecContext *avctx); int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt,