[FFmpeg-cvslog] x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function

Martin Storsjö git at videolan.org
Sun Mar 24 12:07:44 CET 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Mar 23 22:12:54 2013 +0200| [352dbdb96c4f6cc0fc851eca54c6064e0100e0af] | committer: Martin Storsjö

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

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=352dbdb96c4f6cc0fc851eca54c6064e0100e0af
---

 libavcodec/x86/w64xmmtest.c |    7 -------
 1 file changed, 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))



More information about the ffmpeg-cvslog mailing list