]> git.sesse.net Git - ffmpeg/commit
avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS
authorMarton Balint <cus@passwd.hu>
Sun, 10 May 2020 17:54:51 +0000 (19:54 +0200)
committerMarton Balint <cus@passwd.hu>
Fri, 22 May 2020 20:16:52 +0000 (22:16 +0200)
commitaf9e622776c9268fd473cc23a0fd6b29f0017f64
tree05e06f184d51dbca9a73ffd88def10bbb03920a1
parent638b5d51cf65b384e8632e650056ed0e62b16884
avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS

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@passwd.hu>
doc/APIchanges
libavutil/opt.c
libavutil/opt.h
libavutil/version.h