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 39056b5240
commit e2d575543c
4 changed files with 27 additions and 12 deletions

View File

@@ -13,6 +13,10 @@ libavutil: 2017-03-23
API changes, most recent first:
2017-xx-xx - xxxxxxx - lavc 58.7.0 - avcodec.h
Deprecate user visibility of the AVHWAccel structure and the functions
av_register_hwaccel() and av_hwaccel_next().
2017-xx-xx - xxxxxxx - lavc 58.6.0 - avcodec.h
Add AVCodecHWConfig and avcodec_get_hw_config().