On 3/12/2025 10:25 AM, Andreas Rheinhardt wrote: > From 3809f60cd976de71bd409bc24b9bd11b43aacee4 Mon Sep 17 00:00:00 2001 > From: Andreas Rheinhardt > Date: Wed, 12 Mar 2025 14:23:51 +0100 > Subject: [PATCH] fftools/ffmpeg_opt: Remove unused alt_bsf > > Forgotten in 6325aede08d5c7086b3798cb7041299e1d07f93a. > > Signed-off-by: Andreas Rheinhardt > --- > fftools/ffmpeg_opt.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c > index 27a9fc9e42..1f5e6050c8 100644 > --- a/fftools/ffmpeg_opt.c > +++ b/fftools/ffmpeg_opt.c > @@ -1507,7 +1507,6 @@ static int opt_adrift_threshold(void *optctx, const char *opt, const char *arg) > } > #endif > > -static const char *const alt_bsf[] = { "absf", "vbsf", NULL }; > static const char *const alt_channel_layout[] = { "ch_layout", NULL}; > static const char *const alt_codec[] = { "c", "acodec", "vcodec", "scodec", "dcodec", NULL }; > static const char *const alt_filter[] = { "af", "vf", NULL }; > -- > 2.45.2 > LGTM