summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <mrt@jkqxz.net>2016-03-07 22:34:59 +0000
committerAnton Khirnov <anton@khirnov.net>2016-03-19 15:40:22 +0100
commitd264c720f7b74286840719e506daba39f83b438b (patch)
tree3356645831e636395b559fb51c2205cbd5335a4b /doc
parentb1f01e85a92d401a9b29c79f23db36b7685e8c09 (diff)
lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 759816bd70..4effe0a1f6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavu 55.8.0 - pixfmt.h
+ Deprecate all AV_PIX_FMT_VAAPI_* formats.
+ Replaced by AV_PIX_FMT_VAAPI.
+
2016-xx-xx - xxxxxxx - lavu 55.7.0 - hwcontext.h
Add AVHWFramesConstraints and associated API.