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
ede75ebc
Commit
ede75ebc
authored
May 14, 2013
by
Kieran Kunhya
Committed by
Anton Khirnov
May 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify output of av_get_bits_per_pixel
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
7cbc4cb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pixdesc.h
libavutil/pixdesc.h
+2
-1
No files found.
libavutil/pixdesc.h
View file @
ede75ebc
...
@@ -177,7 +177,8 @@ char *av_get_pix_fmt_string (char *buf, int buf_size, enum AVPixelFormat pix_fmt
...
@@ -177,7 +177,8 @@ char *av_get_pix_fmt_string (char *buf, int buf_size, enum AVPixelFormat pix_fmt
/**
/**
* Return the number of bits per pixel used by the pixel format
* Return the number of bits per pixel used by the pixel format
* described by pixdesc.
* described by pixdesc. Note that this is not the same as the number
* of bits per sample.
*
*
* The returned number of bits refers to the number of bits actually
* The returned number of bits refers to the number of bits actually
* used for storing the pixel information, that is padding bits are
* used for storing the pixel information, that is padding bits are
...
...
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