diff options
author | James Almer <jamrial@gmail.com> | 2020-05-21 12:20:11 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-05-21 12:32:15 -0300 |
commit | 13b1bbff0be1eeb9471bd5eb9911da15f4b4ac50 (patch) | |
tree | 152a297b607546016227b25071d02a84b79eec84 /doc/APIchanges | |
parent | cbb1760afab867bf269e4c4f5b7bb63b8c58abc7 (diff) | |
download | ffmpeg-13b1bbff0be1eeb9471bd5eb9911da15f4b4ac50.tar.gz |
avcodec: deprecate Lossless and Intra Only encoder capabilites
Both are codec properties and not encoder capabilities. The relevant
AVCodecDescriptor.props flags exist for this purpose.
Signed-off-by: James Almer <jamrial@gmail.com>
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 986ca9f206..c1ef1249a4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-05-xx - xxxxxxxxxx - lavc 56.86.101 - avcodec.h + Deprecated AV_CODEC_CAP_INTRA_ONLY and AV_CODEC_CAP_LOSSLESS. + 2020-05-xx - xxxxxxxxxx - lavu 56.46.100 - common.h Add av_sat_add64() and av_sat_sub64() |