comparison 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
comparison
equal deleted inserted replaced
9341:06532529c428 9342:7f594601d5e9
125 int main(int argc, char **argv) 125 int main(int argc, char **argv)
126 { 126 {
127 AVCodecContext *ctx; 127 AVCodecContext *ctx;
128 int c; 128 int c;
129 DSPContext cctx, mmxctx; 129 DSPContext cctx, mmxctx;
130 int flags[2] = { FF_MM_MMX, FF_MM_MMXEXT }; 130 int flags[2] = { FF_MM_MMX, FF_MM_MMX2 };
131 131
132 for(;;) { 132 for(;;) {
133 c = getopt(argc, argv, "h"); 133 c = getopt(argc, argv, "h");
134 if (c == -1) 134 if (c == -1)
135 break; 135 break;