diff options
author | James Almer <jamrial@gmail.com> | 2017-09-01 14:56:05 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-09-04 17:48:41 -0300 |
commit | 6cadbb16e97117d9db3e2562370b23c8076b8bd8 (patch) | |
tree | 46f4b336250184e3cce2b5fb5e056731d493b1bd /doc | |
parent | b43cd67862467dfb8671663c1064b8d4105c4cec (diff) | |
download | ffmpeg-streaming-6cadbb16e97117d9db3e2562370b23c8076b8bd8.zip ffmpeg-streaming-6cadbb16e97117d9db3e2562370b23c8076b8bd8.tar.gz |
avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag
This flag replaces the deprecated, non-prefixed HWACCEL_CODEC_CAP_EXPERIMENTAL
one.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4effbf9..b98a341 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-09-04 - xxxxxxx - lavc 57.105.100 - avcodec.h + Add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL, replacing the deprecated + HWACCEL_CODEC_CAP_EXPERIMENTAL flag. + 2017-09-01 - xxxxxxx - lavf 57.81.100 - avio.h Add avio_read_partial(). |