diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-01-07 23:07:28 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-07 23:07:28 +0000 |
commit | 1919feafb1780c32864f63942d2b14f99c992f88 (patch) | |
tree | 5ddaf52348b346cd72402e724af6f63984b0b00d /doc/APIchanges | |
parent | 393cbb963b83ecd98336502b1201f16f5eaed979 (diff) | |
download | ffmpeg-1919feafb1780c32864f63942d2b14f99c992f88.tar.gz |
Add pkt_dts to AVFrame, this will in the future allow multithreading decoders
to not mess up dts
Originally committed as revision 26261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4656b479b7..d345974237 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-01-07 - r26261 - lavc 52.106.0 - pkt_dts + Add pkt_dts to AVFrame, this will in the future allow multithreading decoders + to not mess up dts. + 2011-01-07 - r26260 - lavc 52.105.0 - pkt_pts Add pkt_pts to AVFrame. |