diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-10-26 00:18:39 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-12-19 23:21:53 +0000 |
commit | 720cf4e6e7dcaa4032b9448cb6b6cc4671a6f108 (patch) | |
tree | 1a51c50bea1c3c7fea1c1671938bf544b351b38a /doc | |
parent | 47687a2f8aca3f65b6fdd117b1cb66a7409a7fd1 (diff) | |
download | ffmpeg-720cf4e6e7dcaa4032b9448cb6b6cc4671a6f108.tar.gz |
lavc: Add codec metadata to indicate hardware support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a7ecbcdaae..f5f15c49a1 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.6.0 - avcodec.h + Add AVCodecHWConfig and avcodec_get_hw_config(). + 2017-xx-xx - xxxxxxx - lavu 56.7.0 - stereo3d.h Add view field to AVStereo3D structure and AVStereo3DView enum. |