[FFmpeg-cvslog] dirac: ff_horizontal_compose_dd97i_ssse3 does not work yet, thus disable it

Michael Niedermayer git at videolan.org
Sun Oct 30 23:57:40 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Oct 30 23:28:07 2011 +0100| [3cb0686eeaa3937e480136fd760d47cde13101a7] | committer: Michael Niedermayer

dirac: ff_horizontal_compose_dd97i_ssse3 does not work yet, thus disable it

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/x86/dwt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/dwt.c b/libavcodec/x86/dwt.c
index 5cfc2be..f3cc04c 100644
--- a/libavcodec/x86/dwt.c
+++ b/libavcodec/x86/dwt.c
@@ -188,7 +188,7 @@ void ff_spatial_idwt_init_mmx(DWTContext *d, enum dwt_type type)
 
     switch (type) {
     case DWT_DIRAC_DD9_7:
-        d->horizontal_compose = ff_horizontal_compose_dd97i_ssse3;
+//MMXDISABLED        d->horizontal_compose = ff_horizontal_compose_dd97i_ssse3;
         break;
     }
 #endif // HAVE_YASM



More information about the ffmpeg-cvslog mailing list