diff options
author | Marton Balint <cus@passwd.hu> | 2024-12-08 21:51:20 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2025-01-05 22:25:29 +0100 |
commit | 19c95ecbff84eebca254d200c941ce07868ee707 (patch) | |
tree | ffef3b8c430494a24af66122e6f59d8d0c47a2f9 /doc/APIchanges | |
parent | 8a29b4e38d515d4b4b8f30f782497809a54dd0fb (diff) | |
download | ffmpeg-19c95ecbff84eebca254d200c941ce07868ee707.tar.gz |
avcodec: deprecate AVCodecContext properties
These properties are unreliable because they depend on the frames decoded so
far, users should check directly the presence of the decoded AVFrame side data
or AVFrame flags.
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 f28c55e99a..d2c84e3905 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2025-01-05 - xxxxxxxxxx - lavc 61.31.100 - avcodec.h + Deprecate AVCodecContext->properties. + 2025-01-05 - xxxxxxxxxx - lavc 61.30.100 - frame.h Add AV_FRAME_FLAG_LOSSLESS. |