# HG changeset patch # User stefano # Date 1283731441 0 # Node ID 28279a4bfe7d6bcfd6da27e3e1bc4b1519ee15e4 # Parent 8c87d8df67e1a9684ed55d774bb785b0f8851b7d Fix typo. diff -r 8c87d8df67e1 -r 28279a4bfe7d cpu.h --- a/cpu.h Sat Sep 04 09:59:08 2010 +0000 +++ b/cpu.h Mon Sep 06 00:04:01 2010 +0000 @@ -34,7 +34,7 @@ #define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster #define AV_CPU_FLAG_3DNOWEXT 0x0020 ///< AMD 3DNowExt #define AV_CPU_FLAG_SSE3 0x0040 ///< Prescott SSE3 functions -#define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not faster t +#define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not faster #define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions #define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions #define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions