mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
cosmetics: Fix indentation.
Originally committed as revision 8726 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a74008a4c3
commit
24ba15b16e
@ -332,8 +332,8 @@ static int encode_frame(AVCodecContext * avctx, unsigned char *buf,
|
||||
j += s->subsampling[1] - 1;
|
||||
}
|
||||
else
|
||||
memcpy(zbuf + j * bytes_per_row,
|
||||
p->data[0] + j * p->linesize[0], bytes_per_row);
|
||||
memcpy(zbuf + j * bytes_per_row,
|
||||
p->data[0] + j * p->linesize[0], bytes_per_row);
|
||||
zn += bytes_per_row;
|
||||
}
|
||||
n = encode_strip(s, zbuf, ptr, zn, s->compr);
|
||||
|
Loading…
Reference in New Issue
Block a user