mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-05 07:30:37 +00:00
all: apply linter fixes
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;
|
||||
}
|
||||
|
||||
|
||||
@@ -66,4 +66,3 @@ int ff_qp_table_extract(AVFrame *frame, int8_t **table, int *table_w, int *table
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -70,4 +70,3 @@ ff_scene_sad_fn ff_scene_sad_get_fn(int depth)
|
||||
}
|
||||
return sad;
|
||||
}
|
||||
|
||||
|
||||
@@ -379,4 +379,3 @@ int ff_load_textfile(void *log_ctx, const char *textfile,
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -51,4 +51,3 @@ __global__ void Overlay_Cuda(
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -180,4 +180,3 @@ const AVFilter ff_vf_quirc = {
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC |
|
||||
AVFILTER_FLAG_METADATA_ONLY,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user