diff options
author | Martin Storsjö <martin@martin.st> | 2013-03-23 22:12:54 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-03-23 23:37:27 +0200 |
commit | 352dbdb96c4f6cc0fc851eca54c6064e0100e0af (patch) | |
tree | 0451785e4cccf93fc303cc218e0023666f256c1b /libavcodec | |
parent | fe2661121e22fd4aa6a32d17e6160abff00f242c (diff) | |
download | ffmpeg-352dbdb96c4f6cc0fc851eca54c6064e0100e0af.tar.gz |
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')
-rw-r--r-- | libavcodec/x86/w64xmmtest.c | 7 |
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)) |