Skip to content
Snippets Groups Projects
Commit 352dbdb9 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function

parent fe266112
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment