mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
all: fix whitespace/new-line issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -137,4 +137,3 @@ const AVClass *ff_dnn_child_class_iterate_with_mask(void **iter, uint32_t backen
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
@@ -221,4 +221,3 @@ double ff_perlin_get(FFPerlin *perlin, double x, double y, double z)
|
||||
|
||||
return total / max_value;
|
||||
}
|
||||
|
||||
|
||||
@@ -67,4 +67,3 @@ int ff_qp_table_extract(AVFrame *frame, int8_t **table, int *table_w, int *table
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -381,4 +381,3 @@ int ff_load_textfile(void *log_ctx, const char *textfile,
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -51,4 +51,3 @@ __global__ void Overlay_Cuda(
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -177,4 +177,3 @@ const FFFilter ff_vf_quirc = {
|
||||
FILTER_OUTPUTS(ff_video_default_filterpad),
|
||||
FILTER_PIXFMTS_ARRAY(pix_fmts),
|
||||
};
|
||||
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user