lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters

This commit is contained in:
Anton Khirnov
2014-06-01 09:38:22 +02:00
parent 998e1b8f52
commit a8068346e4
3 changed files with 29 additions and 12 deletions
+1
View File
@@ -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.