summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-21 19:07:09 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-10 16:51:44 +0200
commit2628dff366b8a63303a34a4e6990a7d845f421bc (patch)
tree905b036b0163b030462c737c8b8c828e692c64f3 /doc
parent000f35125f26d92a80b02d945ef2b3a3e2a11c20 (diff)
lavc: move avcodec_profile_name() from avcodec.h to codec_id.h
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index f8d01caa84..731d55f10d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,8 +15,8 @@ libavutil: 2021-04-27
API changes, most recent first:
2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h codec_id.h
- Move av_get_bits_per_sample() and av_get_exact_bits_per_sample()
- from avcodec.h to codec_id.h.
+ Move av_get_bits_per_sample(), av_get_exact_bits_per_sample(),
+ and avcodec_profile_name() from avcodec.h to codec_id.h.
2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h defs.h
Add new installed header defs.h. The following definitions are moved