comparison avcodec.h @ 8104:0d108ec85620 libavcodec

Remove duplicated MM_* macros for CPU capabilities from dsputil.h. Add missing one for FF_MM_ALTIVEC to avcodec.h. Rename all the occurences of MM_* to the corresponding FF_MM_*.
author rathann
date Mon, 03 Nov 2008 18:08:00 +0000
parents 04295cbc0e9b
children 4c2893f962bb
comparison
equal deleted inserted replaced
8103:069d7a8e2e75 8104:0d108ec85620
1429 #define FF_MM_SSE2 0x0010 ///< PIV SSE2 functions 1429 #define FF_MM_SSE2 0x0010 ///< PIV SSE2 functions
1430 #define FF_MM_3DNOWEXT 0x0020 ///< AMD 3DNowExt 1430 #define FF_MM_3DNOWEXT 0x0020 ///< AMD 3DNowExt
1431 #define FF_MM_SSE3 0x0040 ///< Prescott SSE3 functions 1431 #define FF_MM_SSE3 0x0040 ///< Prescott SSE3 functions
1432 #define FF_MM_SSSE3 0x0080 ///< Conroe SSSE3 functions 1432 #define FF_MM_SSSE3 0x0080 ///< Conroe SSSE3 functions
1433 #define FF_MM_IWMMXT 0x0100 ///< XScale IWMMXT 1433 #define FF_MM_IWMMXT 0x0100 ///< XScale IWMMXT
1434 #define FF_MM_ALTIVEC 0x0001 ///< standard AltiVec
1434 1435
1435 /** 1436 /**
1436 * bits per sample/pixel from the demuxer (needed for huffyuv). 1437 * bits per sample/pixel from the demuxer (needed for huffyuv).
1437 * - encoding: Set by libavcodec. 1438 * - encoding: Set by libavcodec.
1438 * - decoding: Set by user. 1439 * - decoding: Set by user.