summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-06-18 09:39:32 +0200
committerAnton Khirnov <anton@khirnov.net>2014-06-20 14:14:11 +0200
commit874390e163427c1fe7682ab27924a7843780dbb3 (patch)
treef178ddee50533875a3f572a450b3bb714496919c /doc
parent440842c4eb1d7709654ec97cd687663d11ef499c (diff)
lavc: add a convenience function for rescaling timestamps in a packet
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 51a2ff559e..48fbe26b31 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
+2014-06-xx - xxxxxxx - lavc 55.55.0 - avcodec.h
+ Add av_packet_rescale_ts() to simplify timestamp conversion.
+
2014-xx-xx - xxxxxxx - lavf 55.20.0 - avformat.h
The proper way for providing a hint about the desired timebase to the muxers
is now setting AVStream.time_base, instead of AVStream.codec.time_base as was