diff options
author | Marton Balint <cus@passwd.hu> | 2020-05-10 19:54:51 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-05-22 22:16:52 +0200 |
commit | af9e622776c9268fd473cc23a0fd6b29f0017f64 (patch) | |
tree | 05e06f184d51dbca9a73ffd88def10bbb03920a1 /doc/APIchanges | |
parent | 638b5d51cf65b384e8632e650056ed0e62b16884 (diff) | |
download | ffmpeg-af9e622776c9268fd473cc23a0fd6b29f0017f64.tar.gz |
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>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 208258be05..34ca7ec1bb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-05-22 - xxxxxxxxxx - lavu 56.46.101 - opt.h + Add AV_OPT_FLAG_CHILD_CONSTS. + 2020-xx-xx - xxxxxxxxxx - lavc 58.87.100 - avcodec.h codec_par.h Move AVBitstreamFilter-related public API to new header bsf.h. Move AVCodecParameters-related public API to new header codec_par.h. |