diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-04 13:20:53 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-04-04 13:20:53 +0000 |
commit | 6b4343616cf425e803b3cba2d898b611de3bbf02 (patch) | |
tree | 82974c5ebb63a1a0f5b6ead2e97ca34ef9f1fa46 /libavcodec/motion-test.c | |
parent | 1b2120c39db33976eaa8ea1abb9fd67a19b00a36 (diff) | |
download | ffmpeg-6b4343616cf425e803b3cba2d898b611de3bbf02.tar.gz |
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
with libswscale.
Originally committed as revision 18330 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion-test.c')
-rw-r--r-- | libavcodec/motion-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index fb21ee974b..e24c7de6d2 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -127,7 +127,7 @@ int main(int argc, char **argv) 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"); |