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
705a2f70
Commit
705a2f70
authored
Jan 14, 2016
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swscale/slice: Fix indention
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
8feeffc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
slice.c
libswscale/slice.c
+6
-6
No files found.
libswscale/slice.c
View file @
705a2f70
...
...
@@ -149,9 +149,9 @@ int ff_init_slice_from_src(SwsSlice * s, uint8_t *src[4], int stride[4], int src
int
i
=
0
;
const
int
start
[
4
]
=
{
lumY
,
chrY
,
chrY
,
lumY
};
chrY
,
chrY
,
lumY
};
const
int
end
[
4
]
=
{
lumY
+
lumH
,
chrY
+
chrH
,
...
...
@@ -159,9 +159,9 @@ int ff_init_slice_from_src(SwsSlice * s, uint8_t *src[4], int stride[4], int src
lumY
+
lumH
};
const
uint8_t
*
src_
[
4
]
=
{
src
[
0
]
+
(
relative
?
0
:
start
[
0
])
*
stride
[
0
],
src
[
1
]
+
(
relative
?
0
:
start
[
1
])
*
stride
[
0
],
src
[
2
]
+
(
relative
?
0
:
start
[
2
])
*
stride
[
0
],
src
[
3
]
+
(
relative
?
0
:
start
[
3
])
*
stride
[
0
]};
src
[
1
]
+
(
relative
?
0
:
start
[
1
])
*
stride
[
0
],
src
[
2
]
+
(
relative
?
0
:
start
[
2
])
*
stride
[
0
],
src
[
3
]
+
(
relative
?
0
:
start
[
3
])
*
stride
[
0
]};
s
->
width
=
srcW
;
...
...
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