swscale/slice: Fix indention
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
8feeffc1d7
commit
705a2f70ee
@ -149,9 +149,9 @@ int ff_init_slice_from_src(SwsSlice * s, uint8_t *src[4], int stride[4], int src
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
const int start[4] = {lumY,
|
const int start[4] = {lumY,
|
||||||
chrY,
|
chrY,
|
||||||
chrY,
|
chrY,
|
||||||
lumY};
|
lumY};
|
||||||
|
|
||||||
const int end[4] = {lumY +lumH,
|
const int end[4] = {lumY +lumH,
|
||||||
chrY + chrH,
|
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};
|
lumY + lumH};
|
||||||
|
|
||||||
const uint8_t *src_[4] = {src[0] + (relative ? 0 : start[0]) * stride[0],
|
const uint8_t *src_[4] = {src[0] + (relative ? 0 : start[0]) * stride[0],
|
||||||
src[1] + (relative ? 0 : start[1]) * stride[0],
|
src[1] + (relative ? 0 : start[1]) * stride[0],
|
||||||
src[2] + (relative ? 0 : start[2]) * stride[0],
|
src[2] + (relative ? 0 : start[2]) * stride[0],
|
||||||
src[3] + (relative ? 0 : start[3]) * stride[0]};
|
src[3] + (relative ? 0 : start[3]) * stride[0]};
|
||||||
|
|
||||||
s->width = srcW;
|
s->width = srcW;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user