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
fc90d150
Commit
fc90d150
authored
Mar 22, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpostproc/postprocess_template: drop avoidable #ifdef
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
93f45383
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
postprocess_template.c
libpostproc/postprocess_template.c
+2
-3
No files found.
libpostproc/postprocess_template.c
View file @
fc90d150
...
...
@@ -3481,9 +3481,8 @@ static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[
int
endx
=
FFMIN
(
width
,
x
+
32
);
for
(;
x
<
endx
;
x
+=
BLOCK_SIZE
){
const
int
stride
=
dstStride
;
#if TEMPLATE_PP_MMX
uint8_t
*
tmpXchg
;
#endif
av_unused
uint8_t
*
tmpXchg
;
if
(
isColor
){
QP
=
QPptr
[
x
>>
qpHShift
];
c
.
nonBQP
=
nonBQPptr
[
x
>>
qpHShift
];
...
...
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