Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
0cd60abf
Commit
0cd60abf
authored
Dec 18, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A little more doxygenization.
Originally committed as revision 11263 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9b4dd1b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
avcodec.h
libavcodec/avcodec.h
+9
-9
No files found.
libavcodec/avcodec.h
View file @
0cd60abf
...
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment