mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
fe2661121e
commit
352dbdb96c
@ -65,13 +65,6 @@ wrap(avcodec_encode_audio2(AVCodecContext *avctx,
|
||||
got_packet_ptr);
|
||||
}
|
||||
|
||||
wrap(avcodec_encode_video(AVCodecContext *avctx,
|
||||
uint8_t *buf, int buf_size,
|
||||
const AVFrame *pict))
|
||||
{
|
||||
testxmmclobbers(avcodec_encode_video, avctx, buf, buf_size, pict);
|
||||
}
|
||||
|
||||
wrap(avcodec_encode_subtitle(AVCodecContext *avctx,
|
||||
uint8_t *buf, int buf_size,
|
||||
const AVSubtitle *sub))
|
||||
|
Loading…
Reference in New Issue
Block a user