diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-08-24 23:30:29 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2016-08-30 22:16:01 +0100 |
commit | 851960f6f8cf1f946fe42fa36cf6598fac68072c (patch) | |
tree | 2bf1a3b7e140bc1fc1cf4d71e24a5c08423d7fa4 /doc/APIchanges | |
parent | 3e8651a7ccd8e89cc2f162cf614a3c9f7f4d9fcf (diff) | |
download | ffmpeg-851960f6f8cf1f946fe42fa36cf6598fac68072c.tar.gz |
lavc: Remove old vaapi decode infrastructure
Deprecates struct vaapi_context and the installed header vaapi.h,
to be removed at the next version bump.
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 1b65c4be1f..c4cc0b4d0f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavc 59.26.0 - vaapi.h + Deprecate struct vaapi_context and the vaapi.h installed header. + Callers should set AVCodecContext.hw_frames_ctx instead. + 2016-07-20 - xxxxxxx - lavu 55.20.0 - cpu.h Add AV_CPU_FLAG_SSSE3SLOW. |