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
09d4389d
Commit
09d4389d
authored
Jan 10, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c functions
parent
92ba9651
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
hpeldsp_template.c
libavcodec/hpeldsp_template.c
+3
-3
No files found.
libavcodec/hpeldsp_template.c
View file @
09d4389d
...
...
@@ -309,9 +309,9 @@ CALL_2X_PIXELS(OPNAME ## _pixels16_y2_8_c, \
CALL_2X_PIXELS(OPNAME ## _pixels16_xy2_8_c, \
OPNAME ## _pixels8_xy2_8_c, \
8) \
av_unused CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c,
\
OPNAME ## _pixels8_8_c,
\
8)
\
CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c,
\
OPNAME ## _pixels8_8_c,
\
8)
\
CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_x2_8_c, \
OPNAME ## _no_rnd_pixels8_x2_8_c, \
8) \
...
...
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