On 10/25/2023 4:25 PM, Tomas Härdin wrote:
>>
>> +enum AVStreamGroupParamsType {
>> + AV_STREAM_GROUP_PARAMS_NONE,
>
> Maybe AV_STREAM_GROUP_PARAMS_NUM on the end?
For what purpose? Usually, when we add those values they are not part of
the API and exist for some internal iteration.