diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-01-07 23:07:31 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-07 23:07:31 +0000 |
commit | 81c623fae059792ec9c0ce47ad69128a58ab5980 (patch) | |
tree | 5c75370a019c358093604e6b138fead27d091516 /doc/APIchanges | |
parent | 1919feafb1780c32864f63942d2b14f99c992f88 (diff) | |
download | ffmpeg-81c623fae059792ec9c0ce47ad69128a58ab5980.tar.gz |
Deprecate reordered_opaque in favor of pkt_pts/dts
Originally committed as revision 26262 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d345974237..ff8c347027 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-01-07 - r26262 - lavc 52.107.0 - deprecate reordered_opaque + Deprecate reordered_opaque in favor of pkt_pts/dts. + 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. |