On date Friday 2024-01-05 17:42:51 +0100, Anton Khirnov wrote: > --- > fftools/ffmpeg_opt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c > index 76b50c0bad..ea995f2b5f 100644 > --- a/fftools/ffmpeg_opt.c > +++ b/fftools/ffmpeg_opt.c > @@ -1531,7 +1531,7 @@ const OptionDef options[] = { > { "program", OPT_TYPE_STRING, OPT_SPEC | OPT_EXPERT | > OPT_OUTPUT, > { .off = OFFSET(program) }, > "add program with specified streams", "title=string:st=number..." }, > - { "stream_group", OPT_TYPE_STRING, OPT_SPEC | OPT_OUTPUT, > + { "stream_group", OPT_TYPE_STRING, OPT_SPEC | OPT_OUTPUT | > OPT_EXPERT, > { .off = OFFSET(stream_groups) }, > "add stream group with specified streams and group type-specific > arguments", "id=number:st=number..." }, > { "dframes", OPT_TYPE_FUNC, OPT_FUNC_ARG | OPT_PERFILE | > OPT_EXPERT | OPT_OUTPUT | OPT_HAS_CANON,
Possibly ok. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".