Revert "avcodec/mpeg12dec: Do not alter avctx->rc_buffer_size"

This reverts commit eb88ccb92e.

AVCodecContext fields are the proper place for a decoder to export such values.
This change is in preparation for the following commits.
This commit is contained in:
James Almer
2023-09-01 13:20:55 -03:00
parent d33c630b2a
commit b6627a57f4
4 changed files with 10 additions and 8 deletions

View File

@@ -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