summaryrefslogtreecommitdiff
path: root/libavcodec/x86/w64xmmtest.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-03-23 22:12:54 +0200
committerMartin Storsjö <martin@martin.st>2013-03-23 23:37:27 +0200
commit352dbdb96c4f6cc0fc851eca54c6064e0100e0af (patch)
tree0451785e4cccf93fc303cc218e0023666f256c1b /libavcodec/x86/w64xmmtest.c
parentfe2661121e22fd4aa6a32d17e6160abff00f242c (diff)
x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/x86/w64xmmtest.c')
-rw-r--r--libavcodec/x86/w64xmmtest.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/x86/w64xmmtest.c b/libavcodec/x86/w64xmmtest.c
index f6e3de9496..a8b6803daf 100644
--- a/libavcodec/x86/w64xmmtest.c
+++ b/libavcodec/x86/w64xmmtest.c
@@ -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))