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
1c26f2da
Commit
1c26f2da
authored
Oct 23, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sws: drop unused code
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
4a5ea9e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
swscale.c
libswscale/swscale.c
+1
-2
No files found.
libswscale/swscale.c
View file @
1c26f2da
...
...
@@ -316,11 +316,10 @@ yuv2planeX_16_c_template(const int16_t *filter, int filterSize,
int
big_endian
,
int
output_bits
)
{
int
i
;
int
dword
=
output_bits
==
16
;
int
shift
=
15
+
16
-
output_bits
;
for
(
i
=
0
;
i
<
dstW
;
i
++
)
{
int
val
=
1
<<
(
26
-
output_bits
+
4
*
dword
);
int
val
=
1
<<
(
30
-
output_bits
);
int
j
;
/* range of val is [0,0x7FFFFFFF], so 31 bits, but with lanczos/spline
...
...
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