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
e51073fe
Commit
e51073fe
authored
Aug 25, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkasm/vf_blend: rename addition128 and difference128 to grainmerge and grainextract
This was missing from
f8d0689d
. Fixes checkasm.
parent
cb96e9be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vf_blend.c
tests/checkasm/vf_blend.c
+2
-2
No files found.
tests/checkasm/vf_blend.c
View file @
e51073fe
...
...
@@ -103,11 +103,11 @@ void checkasm_check_blend(void)
check_blend_func();
check_and_report
(
addition
,
BLEND_ADDITION
)
check_and_report
(
addition128
,
BLEND_ADDITION128
)
check_and_report
(
grainmerge
,
BLEND_GRAINMERGE
)
check_and_report
(
and
,
BLEND_AND
)
check_and_report
(
average
,
BLEND_AVERAGE
)
check_and_report
(
darken
,
BLEND_DARKEN
)
check_and_report
(
difference128
,
BLEND_DIFFERENCE128
)
check_and_report
(
grainextract
,
BLEND_GRAINEXTRACT
)
check_and_report
(
hardmix
,
BLEND_HARDMIX
)
check_and_report
(
lighten
,
BLEND_LIGHTEN
)
check_and_report
(
multiply
,
BLEND_MULTIPLY
)
...
...
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