[FFmpeg-devel] [PATCH 1/6] avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS

Marton Balint cus at passwd.hu
Sat May 23 00:14:08 EEST 2020



On Thu, 21 May 2020, mypopy at gmail.com wrote:

> On Tue, May 19, 2020 at 2:43 AM Marton Balint <cus at passwd.hu> wrote:
>>
>>
>>
>> On Mon, 11 May 2020, Marton Balint wrote:
>>
>> > This will be used for AVCodecContext->profile. By specifying constants in the
>> > encoders we won't have to use the common AVCodecContext options table and
>> > different encoders can use the same profile name even with different values.
>> >
>> > Signed-off-by: Marton Balint <cus at passwd.hu>
>> > ---
>> > doc/APIchanges      | 3 +++
>> > libavutil/opt.c     | 3 ++-
>> > libavutil/opt.h     | 1 +
>> > libavutil/version.h | 2 +-
>> > 4 files changed, 7 insertions(+), 2 deletions(-)
>> >

[...]

>> Ping for the series, is there anybody against the approach I took to move
>> profile name constants to encoders?
> I'm OK for this series

Thanks for the feedback, pushed the series.

Regards,
Marton


More information about the ffmpeg-devel mailing list