diff options
author | Anton Khirnov | 2014-06-18 20:42:13 +0200 |
---|---|---|
committer | Anton Khirnov | 2016-02-23 17:01:58 +0100 |
commit | 998e1b8f521b73e1ed3a13caaabcf79eb401cf0d (patch) | |
tree | d29c0ff37fcb664595652b575d2ad18e84c372b3 /doc | |
parent | 257b30af8ec520c1635092e429606c62d3bcca63 (diff) |
lavc: add codec parameters API
This API is intended to allow passing around codec parameters without
using full AVCodecContext (which also contains codec options and
encoder/decoder state).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b84fa4e4f5..9e11ccc570 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - lavc 57.14.0 - avcodec.h + xxxxxxx - Add AVCodecParameters and its related API. + 2016-xx-xx - xxxxxxx - lavf 57.4.0 - avformat.h Add AVFormatContext.protocol_whitelist and protocol_blacklist. Add 'protocol_whitelist' and 'protocol_blacklist' private options for |