lavc: add a convenience function for rescaling timestamps in a packet

This commit is contained in:
Anton Khirnov
2014-06-18 09:39:32 +02:00
parent 440842c4eb
commit 874390e163
4 changed files with 30 additions and 1 deletions

View File

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