1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +02:00

lavf: deprecate now unused AVStream.pts

This commit is contained in:
Anton Khirnov
2014-05-18 12:36:00 +02:00
parent ed7922faac
commit a312f71090
4 changed files with 16 additions and 106 deletions

View File

@ -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.