all: fix whitespace/new-line issues

This commit is contained in:
Timo Rothenpieler
2025-08-01 02:56:57 +02:00
parent ce0a655f85
commit 8d439b2483
50 changed files with 11 additions and 58 deletions

View File

@@ -122,4 +122,3 @@ ff_bwdif_init_aarch64(BWDIFDSPContext *s, int bit_depth)
s->filter_edge = filter_edge_helper;
s->filter_line3 = filter_line3_helper;
}

View File

@@ -137,4 +137,3 @@ const AVClass *ff_dnn_child_class_iterate_with_mask(void **iter, uint32_t backen
return NULL;
}

View File

@@ -221,4 +221,3 @@ double ff_perlin_get(FFPerlin *perlin, double x, double y, double z)
return total / max_value;
}

View File

@@ -67,4 +67,3 @@ int ff_qp_table_extract(AVFrame *frame, int8_t **table, int *table_w, int *table
return 0;
}

View File

@@ -381,4 +381,3 @@ int ff_load_textfile(void *log_ctx, const char *textfile,
return 0;
}

View File

@@ -51,4 +51,3 @@ __global__ void Overlay_Cuda(
}
}

View File

@@ -177,4 +177,3 @@ const FFFilter ff_vf_quirc = {
FILTER_OUTPUTS(ff_video_default_filterpad),
FILTER_PIXFMTS_ARRAY(pix_fmts),
};

View File

@@ -458,4 +458,4 @@ const FFFilter ff_vf_scale_d3d11 = {
FILTER_SINGLE_PIXFMT(AV_PIX_FMT_D3D11),
.p.flags = AVFILTER_FLAG_HWDEVICE,
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};
};