diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-11-04 18:53:26 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-12-19 23:24:24 +0000 |
commit | 2117725dc56e0d20da641a3311939cf4e2ed9549 (patch) | |
tree | 86ddca3a27083ac02dad069ac2df74819245ce96 /doc/APIchanges | |
parent | 2a4d34d462d60799e045c370dc9b2505f18365e7 (diff) | |
download | ffmpeg-2117725dc56e0d20da641a3311939cf4e2ed9549.tar.gz |
lavc: Mark all AVHWAccel structures as const
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e29fb24172..0bde3a052d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2017-03-23 API changes, most recent first: +2017-xx-xx - xxxxxxx - lavc 58.8.0 - avcodec.h + Add const to AVCodecContext.hwaccel. + 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(). |