summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-21 18:58:23 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-10 16:51:44 +0200
commit7c9763070d9026197cb75909165545d7b8f330cf (patch)
treeeb8857d808d82bbb123642d6dfabef4b68831296 /doc
parentbb3648e6766fa3a3f323983f69b57c9b7821583c (diff)
lavc: move av_get_profile_name() from avcodec.h to codec.h
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 ed37ee19a4..55171311ed 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h codec.h
+ Move av_get_profile_name() from avcodec.h to codec.h.
+
2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h codec_par.h
Move av_get_audio_frame_duration2() from avcodec.h to codec_par.h.