You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/hevc_filter: Correct indention
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
@@ -138,7 +138,7 @@ static int get_qPy(HEVCContext *s, int xC, int yC)
|
|||||||
static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height,
|
static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height,
|
||||||
ptrdiff_t stride_dst, ptrdiff_t stride_src)
|
ptrdiff_t stride_dst, ptrdiff_t stride_src)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
if (((intptr_t)dst | (intptr_t)src | stride_dst | stride_src) & 15) {
|
if (((intptr_t)dst | (intptr_t)src | stride_dst | stride_src) & 15) {
|
||||||
for (i = 0; i < height; i++) {
|
for (i = 0; i < height; i++) {
|
||||||
|
Reference in New Issue
Block a user