diff motion-test.c @ 9342:7f594601d5e9 libavcodec

Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency with libswscale.
author stefano
date Sat, 04 Apr 2009 13:20:53 +0000
parents b225f51903af
children 016519c432ef
line wrap: on
line diff
--- a/motion-test.c	Fri Apr 03 14:03:49 2009 +0000
+++ b/motion-test.c	Sat Apr 04 13:20:53 2009 +0000
@@ -127,7 +127,7 @@
     AVCodecContext *ctx;
     int c;
     DSPContext cctx, mmxctx;
-    int flags[2] = { FF_MM_MMX, FF_MM_MMXEXT };
+    int flags[2] = { FF_MM_MMX, FF_MM_MMX2 };
 
     for(;;) {
         c = getopt(argc, argv, "h");