[FFmpeg-cvslog] dirac: enable ff_spatial_idwt_init_mmx()

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:29:08 2011 +0100| [0bc5677e98cf7cc490276ce6008bd9b3fceb2928] | committer: Michael Niedermayer

dirac: enable ff_spatial_idwt_init_mmx()

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

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

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

diff --git a/libavcodec/dwt.c b/libavcodec/dwt.c
index fa56906..55ef8e3 100644
--- a/libavcodec/dwt.c
+++ b/libavcodec/dwt.c
@@ -1348,7 +1348,7 @@ int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height
         return -1;
     }
 
-    /////MMX_DISABLE    if (HAVE_MMX) ff_spatial_idwt_init_mmx(d, type);
+    if (HAVE_MMX) ff_spatial_idwt_init_mmx(d, type);
 
     return 0;
 }



More information about the ffmpeg-cvslog mailing list