diff --git a/libavcodec/x86/w64xmmtest.c b/libavcodec/x86/w64xmmtest.c index a8b6803daf789cff21e2972b007a5e63eb6f508b..2f064cad7b661a09378a34ef4846d744b2be4929 100644 --- a/libavcodec/x86/w64xmmtest.c +++ b/libavcodec/x86/w64xmmtest.c @@ -71,3 +71,9 @@ wrap(avcodec_encode_subtitle(AVCodecContext *avctx, { testxmmclobbers(avcodec_encode_subtitle, avctx, buf, buf_size, sub); } + +wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, + const AVFrame *frame, int *got_packet_ptr)) +{ + testxmmclobbers(avcodec_encode_video2, avctx, avpkt, frame, got_packet_ptr); +}