]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
Merge commit 'a312f71090ee620ee252f2034aef6b13e2dafe9c'
[ffmpeg] / doc / APIchanges
index 484a445bc1cf93b9494ac89e2028fffd1bf59c75..8864b2a0f79dbcc2f28b7586e7f4c0b082e98a99 100644 (file)
@@ -15,6 +15,11 @@ libavutil:     2012-10-22
 
 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.