Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
231e33f0
Commit
231e33f0
authored
Jul 30, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/pixfmt: dont refer to deprecated PIX_FMT in the documentation
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
e5526a4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pixfmt.h
libavutil/pixfmt.h
+3
-3
No files found.
libavutil/pixfmt.h
View file @
231e33f0
...
@@ -37,17 +37,17 @@
...
@@ -37,17 +37,17 @@
* Pixel format.
* Pixel format.
*
*
* @note
* @note
* PIX_FMT_RGB32 is handled in an endian-specific manner. An RGBA
*
AV_
PIX_FMT_RGB32 is handled in an endian-specific manner. An RGBA
* color is put together as:
* color is put together as:
* (A << 24) | (R << 16) | (G << 8) | B
* (A << 24) | (R << 16) | (G << 8) | B
* This is stored as BGRA on little-endian CPU architectures and ARGB on
* This is stored as BGRA on little-endian CPU architectures and ARGB on
* big-endian CPUs.
* big-endian CPUs.
*
*
* @par
* @par
* When the pixel format is palettized RGB (PIX_FMT_PAL8), the palettized
* When the pixel format is palettized RGB (
AV_
PIX_FMT_PAL8), the palettized
* image data is stored in AVFrame.data[0]. The palette is transported in
* image data is stored in AVFrame.data[0]. The palette is transported in
* AVFrame.data[1], is 1024 bytes long (256 4-byte entries) and is
* AVFrame.data[1], is 1024 bytes long (256 4-byte entries) and is
* formatted the same as in PIX_FMT_RGB32 described above (i.e., it is
* formatted the same as in
AV_
PIX_FMT_RGB32 described above (i.e., it is
* also endian-specific). Note also that the individual RGB palette
* also endian-specific). Note also that the individual RGB palette
* components stored in AVFrame.data[1] should be in the range 0..255.
* components stored in AVFrame.data[1] should be in the range 0..255.
* This is important as many custom PAL8 video codecs that were designed
* This is important as many custom PAL8 video codecs that were designed
...
...
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