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
d3bcbf57
Commit
d3bcbf57
authored
Feb 24, 2009
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AVPixFmtDescriptor doxy
Originally committed as revision 17549 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9b61d838
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
pixdesc.h
libavcodec/pixdesc.h
+8
-0
No files found.
libavcodec/pixdesc.h
View file @
d3bcbf57
...
...
@@ -31,6 +31,14 @@ typedef struct AVComponentDescriptor{
uint16_t
depth_minus1
:
4
;
///< number of bits in the component minus 1
}
AVComponentDescriptor
;
/**
* Descriptor that unambigously describes how the bits of a pixel are
* stored in the up to 4 data planes of an image. It also stores the
* subsampling factors and number of components.
*
* @note This is seperate of the colorspace (RGB, YCbCr, YPbPr, jpeg style YUV and all the YUV variants)
* AVPixFmtDescripto just stores how values are stored not what these values represent.
*/
typedef
struct
AVPixFmtDescriptor
{
uint8_t
nb_channels
;
///< The number of components each pixel has, (1-4)
...
...
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