diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-05-31 12:13:51 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-06-10 16:51:44 +0200 |
commit | 881db34f6a02be3a3a5aa56d8712cb1ecc9a7d13 (patch) | |
tree | d15477563b9825c5e7da3f471f9862331addc2d0 /doc/APIchanges | |
parent | 2628dff366b8a63303a34a4e6990a7d845f421bc (diff) | |
download | ffmpeg-881db34f6a02be3a3a5aa56d8712cb1ecc9a7d13.tar.gz |
lavc: move av_get_pcm_codec() from avcodec.h to codec_id.h
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 731d55f10d..71095ac78e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,7 +16,8 @@ API changes, most recent first: 2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h 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. + avcodec_profile_name(), and av_get_pcm_codec() 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 |