Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts

Originally committed as revision 26260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2011-01-07 23:07:24 +00:00
parent 060ec0a829
commit 393cbb963b
4 changed files with 32 additions and 1 deletions

View file

@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
2011-01-07 - r26260 - lavc 52.105.0 - pkt_pts
Add pkt_pts to AVFrame.
2011-01-XX - r26XXX - lavc 52.104.0 - av_get_profile_name()
Add av_get_profile_name to libavcodec/avcodec.h.