summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-07 23:07:24 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-01-07 23:07:24 +0000
commit393cbb963b83ecd98336502b1201f16f5eaed979 (patch)
treee644a4a46a2527c4586c475ed2768684c6450466 /doc
parent060ec0a8294d912f694cf48546f1543805f83a48 (diff)
Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts
Originally committed as revision 26260 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 f1722c7d20..4656b479b7 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.