Module: libav Branch: master Commit: 352dbdb96c4f6cc0fc851eca54c6064e0100e0af
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Sat Mar 23 22:12:54 2013 +0200 x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function Signed-off-by: Martin Storsjö <[email protected]> --- 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 f6e3de9..a8b6803 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)) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
