summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-25 15:04:20 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-27 10:22:17 +0200
commitba6cada92eb7c3446bfb1d4525031d405a052516 (patch)
tree3e1657545fa0491765daf44d09c7582e72acde0c /doc
parent383c03ee0f9a3065347c81e9f9f96d233240250b (diff)
avcodec.h: split AVCodec API into its own header
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6a03686068..fb5534b5f5 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2020-xx-xx - xxxxxxxxxx - lavc 58.88.100 - avcodec.h codec.h
+ Move AVCodec-related public API to new header codec.h.
+
2020-05-23 - xxxxxxxxxx - lavu 56.49.100 - video_enc_params.h
Add AV_VIDEO_ENC_PARAMS_H264.