diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-19 20:16:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-21 18:53:12 +0200 |
commit | 7f7080dc73df87c9aa5b96faf99567277fc6c6eb (patch) | |
tree | 39a5be368bddac2d4abb562dc9c108a93fe113d9 /doc/APIchanges | |
parent | 91a8262b9dbc6e1ee9a2d4f376c5a50920b83512 (diff) | |
download | ffmpeg-7f7080dc73df87c9aa5b96faf99567277fc6c6eb.tar.gz |
avformat: add av_stream_get_end_pts()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 323f773c96..6bc4ac51e4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -32,8 +32,7 @@ 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. + See use av_stream_get_end_pts() 2014-05-18 - fd05602 - lavc 55.52.0 - avcodec.h Add avcodec_free_context(). From now on it should be used for freeing |