diff options
author | James Almer <jamrial@gmail.com> | 2023-09-01 13:20:55 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-09-06 10:27:12 -0300 |
commit | b6627a57f415b550dc3f13f99f84840096455cad (patch) | |
tree | 2d98d73c0bd4fb66cb4a5d63b16b099a4bd98920 /doc/APIchanges | |
parent | d33c630b2a84365b465e66053f00d5660a3e22a3 (diff) | |
download | ffmpeg-b6627a57f415b550dc3f13f99f84840096455cad.tar.gz |
Revert "avcodec/mpeg12dec: Do not alter avctx->rc_buffer_size"
This reverts commit eb88ccb92e05018b1060cf8126b30eeeff551d3b.
AVCodecContext fields are the proper place for a decoder to export such values.
This change is in preparation for the following commits.
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 dbaec30aac..ff0e543403 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-09-06 - xxxxxxxxxx - lavc 60.25.101 - avcodec.h + AVCodecContext.rc_buffer_size may now be set by decoders. + 2023-09-02 - xxxxxxxxxx - lavu 58.19.100 - executor.h Add AVExecutor API |