summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2025-03-12 14:23:51 +0100
committerAndreas Rheinhardt <[email protected]>2025-03-12 16:58:16 +0100
commitfcd5df59047dfd70735d870235aa24c94be8be24 (patch)
tree721cd9c05b8ecd64d3ff6b4dc5a6fc76319c3c38
parent0f7d77fc423d6721e68dc39b5f62b882d8d6da5f (diff)
fftools/ffmpeg_opt: Remove unused alt_bsf
Forgotten in 6325aede08d5c7086b3798cb7041299e1d07f93a. Reviewed-by: James Almer <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
-rw-r--r--fftools/ffmpeg_opt.c1
1 files changed, 0 insertions, 1 deletions
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 };