diff options
author | Niklas Haas <git@haasn.dev> | 2024-09-08 18:06:02 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-09-08 18:07:30 +0200 |
commit | b4e918221c212a9284dd9074a18abdb6d56dedbe (patch) | |
tree | b4409e0aee1e327d91bc46e95f7d0852bdbe260e /doc/APIchanges | |
parent | 4bc2f90cffae5a691a63bb7496a2c7622a65a105 (diff) | |
download | ffmpeg-b4e918221c212a9284dd9074a18abdb6d56dedbe.tar.gz |
doc/APIchanges: mention correct version number
Missed while rebasing
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 67b50c025f..830a38cd69 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,7 +2,7 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: -2024-08-xx - xxxxxxxxxx - lavc 61.12.100 - avcodec.h +2024-09-xx - xxxxxxxxxx - lavc 61.13.100 - avcodec.h Add avcodec_get_supported_config() and enum AVCodecConfig; deprecate AVCodec.pix_fmts, AVCodec.sample_fmts, AVCodec.supported_framerates, AVCodec.supported_samplerates and AVCodec.ch_layouts. |