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 /libavcodec/version.h | |
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 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index a744e7469f..aa3a484c51 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #include "version_major.h" #define LIBAVCODEC_VERSION_MINOR 25 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |