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
8b5ef2dc
Commit
8b5ef2dc
authored
Dec 14, 2019
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers.
parent
19314348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
pixfmt.h
libavutil/pixfmt.h
+12
-12
No files found.
libavutil/pixfmt.h
View file @
8b5ef2dc
...
...
@@ -257,18 +257,18 @@ enum AVPixelFormat {
AV_PIX_FMT_GBRP14LE
,
///< planar GBR 4:4:4 42bpp, little-endian
AV_PIX_FMT_YUVJ411P
,
///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV411P and setting color_range
AV_PIX_FMT_BAYER_BGGR8
,
///< bayer, BGBG..(odd line), GRGR..(even line), 8-bit samples
*/
AV_PIX_FMT_BAYER_RGGB8
,
///< bayer, RGRG..(odd line), GBGB..(even line), 8-bit samples
*/
AV_PIX_FMT_BAYER_GBRG8
,
///< bayer, GBGB..(odd line), RGRG..(even line), 8-bit samples
*/
AV_PIX_FMT_BAYER_GRBG8
,
///< bayer, GRGR..(odd line), BGBG..(even line), 8-bit samples
*/
AV_PIX_FMT_BAYER_BGGR16LE
,
///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, little-endian
*/
AV_PIX_FMT_BAYER_BGGR16BE
,
///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, big-endian
*/
AV_PIX_FMT_BAYER_RGGB16LE
,
///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, little-endian
*/
AV_PIX_FMT_BAYER_RGGB16BE
,
///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, big-endian
*/
AV_PIX_FMT_BAYER_GBRG16LE
,
///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, little-endian
*/
AV_PIX_FMT_BAYER_GBRG16BE
,
///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, big-endian
*/
AV_PIX_FMT_BAYER_GRBG16LE
,
///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, little-endian
*/
AV_PIX_FMT_BAYER_GRBG16BE
,
///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, big-endian
*/
AV_PIX_FMT_BAYER_BGGR8
,
///< bayer, BGBG..(odd line), GRGR..(even line), 8-bit samples
AV_PIX_FMT_BAYER_RGGB8
,
///< bayer, RGRG..(odd line), GBGB..(even line), 8-bit samples
AV_PIX_FMT_BAYER_GBRG8
,
///< bayer, GBGB..(odd line), RGRG..(even line), 8-bit samples
AV_PIX_FMT_BAYER_GRBG8
,
///< bayer, GRGR..(odd line), BGBG..(even line), 8-bit samples
AV_PIX_FMT_BAYER_BGGR16LE
,
///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, little-endian
AV_PIX_FMT_BAYER_BGGR16BE
,
///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, big-endian
AV_PIX_FMT_BAYER_RGGB16LE
,
///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, little-endian
AV_PIX_FMT_BAYER_RGGB16BE
,
///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, big-endian
AV_PIX_FMT_BAYER_GBRG16LE
,
///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, little-endian
AV_PIX_FMT_BAYER_GBRG16BE
,
///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, big-endian
AV_PIX_FMT_BAYER_GRBG16LE
,
///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, little-endian
AV_PIX_FMT_BAYER_GRBG16BE
,
///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, big-endian
AV_PIX_FMT_XVMC
,
///< XVideo Motion Acceleration via common packet passing
...
...
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