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
This commit is contained in:
Michael Niedermayer
2011-01-07 23:07:28 +00:00
parent 393cbb963b
commit 1919feafb1
3 changed files with 14 additions and 1 deletions

View File

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