Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-06-01 11:38:22 +0400
committerAnton Khirnov <anton@khirnov.net>2016-02-23 19:01:58 +0300
commita8068346e48e123f8d3bdf4d64464d81e53e5fc7 (patch)
tree27c2797828824d73d307c97dd99c287ba0a51c4e /doc
parent998e1b8f521b73e1ed3a13caaabcf79eb401cf0d (diff)
lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges1
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.