From ec4ea816a792349a0e88c58a329704d045724367 Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Date: Tue, 18 Mar 2025 15:06:07 +0100
Subject: [PATCH 57/77] 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 <andreas.rheinhardt@outlook.com>
---
 libavcodec/mpegvideoenc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/mpegvideoenc.h b/libavcodec/mpegvideoenc.h
index 7054881c05..a082830ab1 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,
-- 
2.45.2