diff options
author | Marton Balint <cus@passwd.hu> | 2023-01-28 18:36:22 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2023-02-13 00:37:50 +0100 |
commit | 22960783978d9e0b6d4a4ed21f503bd24662aa7e (patch) | |
tree | 676c54c183aec3576b70819c4e4c97f857c8bfab /doc/APIchanges | |
parent | 8e2c1249044e9207c88c13764797676d403e3f57 (diff) | |
download | ffmpeg-22960783978d9e0b6d4a4ed21f503bd24662aa7e.tar.gz |
avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number
Their usefulness is questionable, very few decoders set them, and their type
should have been int64_t. A replacement field can be added later if a valid use
case is found.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f3ea960415..3ca724724b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-02-13 - xxxxxxxxxx - lavu 58.1.100 - frame.h + Deprecate AVFrame.coded_picture_number and display_picture_number. + Their usefulness is questionable and very few decoders set them. + 2023-02-13 - xxxxxxxxxx - lavc 60.2.100 - avcodec.h Add AVCodecContext.frame_num as a 64bit version of frame_number. Deprecate AVCodecContext.frame_number. |