diff options
author | Anton Khirnov | 2014-06-01 09:38:22 +0200 |
---|---|---|
committer | Anton Khirnov | 2016-02-23 17:01:58 +0100 |
commit | a8068346e48e123f8d3bdf4d64464d81e53e5fc7 (patch) | |
tree | 27c2797828824d73d307c97dd99c287ba0a51c4e /doc | |
parent | 998e1b8f521b73e1ed3a13caaabcf79eb401cf0d (diff) |
lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9e11ccc570..70fce18d39 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,7 @@ API changes, most recent first: 2016-xx-xx - lavc 57.14.0 - avcodec.h xxxxxxx - Add AVCodecParameters and its related API. + xxxxxxx - Add av_get_audio_frame_duration2(). 2016-xx-xx - xxxxxxx - lavf 57.4.0 - avformat.h Add AVFormatContext.protocol_whitelist and protocol_blacklist. |