diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-18 19:40:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-18 19:40:57 +0000 |
commit | 0cd60abf7b88013c3d791a239f466d87e3fc8bea (patch) | |
tree | c795eb90dc8e5ecbf3b2ae66aa0c71c75af1ae03 /libavcodec/avcodec.h | |
parent | 9b4dd1b879e50bfb0971eb140b28ea83f900ca2a (diff) | |
download | ffmpeg-0cd60abf7b88013c3d791a239f466d87e3fc8bea.tar.gz |
A little more doxygenization.
Originally committed as revision 11263 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 834b88a695..88d600c50f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1339,15 +1339,15 @@ typedef struct AVCodecContext { unsigned dsp_mask; #define FF_MM_FORCE 0x80000000 /* Force usage of selected flags (OR) */ /* lower 16 bits - CPU features */ -#define FF_MM_MMX 0x0001 /* standard MMX */ -#define FF_MM_3DNOW 0x0004 /* AMD 3DNOW */ -#define FF_MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */ -#define FF_MM_SSE 0x0008 /* SSE functions */ -#define FF_MM_SSE2 0x0010 /* PIV SSE2 functions */ -#define FF_MM_3DNOWEXT 0x0020 /* AMD 3DNowExt */ -#define FF_MM_SSE3 0x0040 /* Prescott SSE3 functions */ -#define FF_MM_SSSE3 0x0080 /* Conroe SSSE3 functions */ -#define FF_MM_IWMMXT 0x0100 /* XScale IWMMXT */ +#define FF_MM_MMX 0x0001 ///< standard MMX +#define FF_MM_3DNOW 0x0004 ///< AMD 3DNOW +#define FF_MM_MMXEXT 0x0002 ///< SSE integer functions or AMD MMX ext +#define FF_MM_SSE 0x0008 ///< SSE functions +#define FF_MM_SSE2 0x0010 ///< PIV SSE2 functions +#define FF_MM_3DNOWEXT 0x0020 ///< AMD 3DNowExt +#define FF_MM_SSE3 0x0040 ///< Prescott SSE3 functions +#define FF_MM_SSSE3 0x0080 ///< Conroe SSSE3 functions +#define FF_MM_IWMMXT 0x0100 ///< XScale IWMMXT /** * bits per sample/pixel from the demuxer (needed for huffyuv). |