Skip to content

Commit fcd5df5

Browse files
committed
fftools/ffmpeg_opt: Remove unused alt_bsf
Forgotten in 6325aed. Reviewed-by: James Almer <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
1 parent 0f7d77f commit fcd5df5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fftools/ffmpeg_opt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,6 @@ static int opt_adrift_threshold(void *optctx, const char *opt, const char *arg)
15071507
}
15081508
#endif
15091509

1510-
static const char *const alt_bsf[] = { "absf", "vbsf", NULL };
15111510
static const char *const alt_channel_layout[] = { "ch_layout", NULL};
15121511
static const char *const alt_codec[] = { "c", "acodec", "vcodec", "scodec", "dcodec", NULL };
15131512
static const char *const alt_filter[] = { "af", "vf", NULL };

0 commit comments

Comments
 (0)