ffmpeg: add support for muxing AVStreamGroups

Starting with IAMF support.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2023-11-25 11:39:42 -03:00
parent 556b596d1d
commit ed670b9b98
4 changed files with 546 additions and 0 deletions

View File

@@ -284,6 +284,8 @@ typedef struct OptionsContext {
int nb_disposition;
SpecifierOpt *program;
int nb_program;
SpecifierOpt *stream_groups;
int nb_stream_groups;
SpecifierOpt *time_bases;
int nb_time_bases;
SpecifierOpt *enc_time_bases;