summaryrefslogtreecommitdiff
path: root/fftools/cmdutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'fftools/cmdutils.c')
-rw-r--r--fftools/cmdutils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 708a849f51..c0ddf0b287 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -1907,6 +1907,8 @@ static void show_help_bsf(const char *name)
}
printf("Bit stream filter %s\n", bsf->name);
+ PRINT_CODEC_SUPPORTED(bsf, codec_ids, enum AVCodecID, "codecs",
+ AV_CODEC_ID_NONE, GET_CODEC_NAME);
if (bsf->priv_class)
show_help_children(bsf->priv_class, AV_OPT_FLAG_BSF_PARAM);
}