summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-04 10:28:10 -0700
committerDiego Biurrun <diego@biurrun.de>2014-08-07 04:03:00 -0700
commitad1ee5fa75a3d69d54c0691048939e94ab5a7f0d (patch)
tree90b066c8dc7facf8dfa3d77a332bf4ecdbbaf67c /doc/APIchanges
parenta7e541c9926d531a100ba0d36f4e56956dd84651 (diff)
avcodec: Undeprecate reordered_opaque
It allows attaching other external, opaque data to the frame and passing it through the reordering process, for cases when the caller wants other data than just the plain packet pts. There is no way to cleanly achieve this without the field.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index bd1b0b89ec..344b3e56b6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
+2014-08-xx - xxxxxxx - lavc 55.57.3 - avcodec.h
+ reordered_opaque is not going to be removed in the future.
+
2014-08-xx - xxxxxxx - lavu 53.22.0 - pixfmt.h
Add AV_PIX_FMT_YA16 pixel format for 16 bit packed gray with alpha.