Browse code

Sort AV_CPU_FLAG* by value.

Originally committed as revision 25047 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/09/06 09:04:03
Showing 1 changed files
... ...
@@ -27,8 +27,8 @@
27 27
 
28 28
     /* lower 16 bits - CPU features */
29 29
 #define AV_CPU_FLAG_MMX          0x0001 ///< standard MMX
30
-#define AV_CPU_FLAG_3DNOW        0x0004 ///< AMD 3DNOW
31 30
 #define AV_CPU_FLAG_MMX2         0x0002 ///< SSE integer functions or AMD MMX ext
31
+#define AV_CPU_FLAG_3DNOW        0x0004 ///< AMD 3DNOW
32 32
 #define AV_CPU_FLAG_SSE          0x0008 ///< SSE functions
33 33
 #define AV_CPU_FLAG_SSE2         0x0010 ///< PIV SSE2 functions
34 34
 #define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster