lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

This commit is contained in:
Mark Thompson
2017-10-26 00:18:44 +01:00
parent 67e81d79cc
commit 3536a3efb9
4 changed files with 27 additions and 14 deletions

View File

@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
2017-11-xx - xxxxxxx - lavc 58.5.100 - avcodec.h
Deprecate user visibility of the AVHWAccel structure and the functions
av_register_hwaccel() and av_hwaccel_next().
2017-11-xx - xxxxxxx - lavc 58.4.100 - avcodec.h
Add AVCodecHWConfig and avcodec_get_hw_config().