From 8dad213143e34b477f034ada4addf2ed2b1c983d Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 16 Jul 2015 09:47:55 +0200 Subject: lavc: Add properties field to AVCodecContext. The new field can hold information about losslessness and closed captions for now. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 12d607d..340515c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-07-16 - xxxxxxxx - lavc 56.49.100 + Add av_codec_get_codec_properties(), FF_CODEC_PROPERTY_LOSSLESS + and FF_CODEC_PROPERTY_CLOSED_CAPTIONS + 2015-xx-xx - xxxxxxx - lavu 56.15.0 Add av_version_info(). -- cgit v1.1