You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/mpegvideoenc: Remove declaration of inexistent function
ff_MPV_encode_init_x86() has been renamed to ff_dct_encode_init_x86() in6b33e91899
in FFmpeg; libav renamed it to ff_mpv_encode_init_x86() in commit6b33e91899
. This hasn't been noticed inc1df467d73
when merging. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user