From 998e1b8f521b73e1ed3a13caaabcf79eb401cf0d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 18 Jun 2014 20:42:13 +0200 Subject: 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). --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3