ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | 
Tue Mar 18 15:06:07 2025 +0100| [a2ba5b8242e467f7975e2ac48ac1ed2148917e8e] | 
committer: Andreas Rheinhardt

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.rheinha...@outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2ba5b8242e467f7975e2ac48ac1ed2148917e8e
---

 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,

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to