mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
fftools/ffmpeg_opt: Remove unused alt_bsf
Forgotten in 6325aede08d5c7086b3798cb7041299e1d07f93a. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -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 };
|
||||
|
Reference in New Issue
Block a user