[FFmpeg-cvslog] r32393 - trunk/libswscale/utils.c
    janne 
    subversion
       
    Mon Sep 27 22:10:53 CEST 2010
    
    
  
Author: janne
Date: Mon Sep 27 22:10:53 2010
New Revision: 32393
Log:
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
Modified:
   trunk/libswscale/utils.c
Modified: trunk/libswscale/utils.c
==============================================================================
--- trunk/libswscale/utils.c	Mon Sep 27 22:09:29 2010	(r32392)
+++ trunk/libswscale/utils.c	Mon Sep 27 22:10:53 2010	(r32393)
@@ -732,6 +732,7 @@ static int update_flags_cpu(int flags)
     flags &= ~( SWS_CPU_CAPS_MMX
                |SWS_CPU_CAPS_MMX2
                |SWS_CPU_CAPS_3DNOW
+               |SWS_CPU_CAPS_SSE2
                |SWS_CPU_CAPS_ALTIVEC
                |SWS_CPU_CAPS_BFIN);
     flags |= ff_hardcodedcpuflags();
    
    
More information about the ffmpeg-cvslog
mailing list