all: apply linter fixes

This commit is contained in:
Timo Rothenpieler
2025-11-30 21:35:24 +01:00
parent 35696eed68
commit 4225417da2
54 changed files with 78 additions and 125 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

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

View File

@@ -70,4 +70,3 @@ ff_scene_sad_fn ff_scene_sad_get_fn(int depth)
}
return sad;
}

View File

@@ -379,4 +379,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

@@ -180,4 +180,3 @@ const AVFilter ff_vf_quirc = {
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC |
AVFILTER_FLAG_METADATA_ONLY,
};