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
eadaef2a
Commit
eadaef2a
authored
Apr 01, 2016
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sws/aarch64: disable ff_hscale_8_to_15_neon temporarly
Looks broken.
parent
58994d7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
swscale.c
libswscale/aarch64/swscale.c
+1
-1
No files found.
libswscale/aarch64/swscale.c
View file @
eadaef2a
...
...
@@ -31,7 +31,7 @@ av_cold void ff_sws_init_swscale_aarch64(SwsContext *c)
if
(
have_neon
(
cpu_flags
))
{
if
(
c
->
srcBpc
==
8
&&
c
->
dstBpc
<=
14
)
{
c
->
hyScale
=
c
->
hcScale
=
ff_hscale_8_to_15_neon
;
//
c->hyScale = c->hcScale = ff_hscale_8_to_15_neon;
}
}
}
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