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
5621a99e
Commit
5621a99e
authored
Aug 07, 2017
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/drawutils: support gbrap10 too
parent
eabeb909
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
drawutils.c
libavfilter/drawutils.c
+2
-0
filter-pixfmts-pad
tests/ref/fate/filter-pixfmts-pad
+1
-1
No files found.
libavfilter/drawutils.c
View file @
5621a99e
...
@@ -64,6 +64,8 @@ int ff_fill_rgba_map(uint8_t *rgba_map, enum AVPixelFormat pix_fmt)
...
@@ -64,6 +64,8 @@ int ff_fill_rgba_map(uint8_t *rgba_map, enum AVPixelFormat pix_fmt)
case
AV_PIX_FMT_GBRP16LE
:
case
AV_PIX_FMT_GBRP16LE
:
case
AV_PIX_FMT_GBRP16BE
:
case
AV_PIX_FMT_GBRP16BE
:
case
AV_PIX_FMT_GBRAP
:
case
AV_PIX_FMT_GBRAP
:
case
AV_PIX_FMT_GBRAP10LE
:
case
AV_PIX_FMT_GBRAP10BE
:
case
AV_PIX_FMT_GBRAP12LE
:
case
AV_PIX_FMT_GBRAP12LE
:
case
AV_PIX_FMT_GBRAP12BE
:
case
AV_PIX_FMT_GBRAP12BE
:
case
AV_PIX_FMT_GBRAP16LE
:
case
AV_PIX_FMT_GBRAP16LE
:
...
...
tests/ref/fate/filter-pixfmts-pad
View file @
5621a99e
...
@@ -6,7 +6,7 @@ bgr0 32207a2de1b2ac7937e940a8459b97c0
...
@@ -6,7 +6,7 @@ bgr0 32207a2de1b2ac7937e940a8459b97c0
bgr24 f8b65ad845905c7d0c93ca28dfbb826f
bgr24 f8b65ad845905c7d0c93ca28dfbb826f
bgra 929aac15e848038e367c250037575f9f
bgra 929aac15e848038e367c250037575f9f
gbrap 5f16cccab5a17cb766c882e865995167
gbrap 5f16cccab5a17cb766c882e865995167
gbrap10le
454bf36e86ae92ab7853a9508bb75a99
gbrap10le
a677322100409f9b1d22136b14bfb534
gbrap12le e0e43f838cfbe98086042ba54b5f70be
gbrap12le e0e43f838cfbe98086042ba54b5f70be
gbrap16le 0f4414db67b84a720106d7a3b2435766
gbrap16le 0f4414db67b84a720106d7a3b2435766
gbrp 3c94d39256db2409015df913fd330a90
gbrp 3c94d39256db2409015df913fd330a90
...
...
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