diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-05-21 18:58:23 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-06-10 16:51:44 +0200 |
commit | bb3648e6766fa3a3f323983f69b57c9b7821583c (patch) | |
tree | c2f8b84ffd08f74d357d14521bf5279aa7575214 /doc/APIchanges | |
parent | 881db34f6a02be3a3a5aa56d8712cb1ecc9a7d13 (diff) | |
download | ffmpeg-bb3648e6766fa3a3f323983f69b57c9b7821583c.tar.gz |
lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.h
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 71095ac78e..ed37ee19a4 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_par.h + Move av_get_audio_frame_duration2() from avcodec.h to codec_par.h. + 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(), avcodec_profile_name(), and av_get_pcm_codec() from avcodec.h |