summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-05-18 12:36:00 +0200
committerAnton Khirnov <anton@khirnov.net>2014-05-19 07:14:24 +0200
commita312f71090ee620ee252f2034aef6b13e2dafe9c (patch)
tree89103751cc4280ac69b74e136de13c2df0b84858 /doc
parented7922faac4ea4c893efc3cdf8102ebc49fcc011 (diff)
lavf: deprecate now unused AVStream.pts
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 49a35d5359..309bd46bce 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,11 @@ libavutil: 2013-12-xx
API changes, most recent first:
+2014-05-xx - xxxxxxx - lavf 55.17.1 - avformat.h
+ Deprecate AVStream.pts and the AVFrac struct, which was its only use case.
+ Those fields were poorly defined and not meant to be public, so there is
+ no replacement for them.
+
2014-05-18 - fd05602 - lavc 55.52.0 - avcodec.h
Add avcodec_free_context(). From now on it should be used for freeing
AVCodecContext.