diff options
author | James Almer <jamrial@gmail.com> | 2018-02-06 23:49:13 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-02-06 23:49:13 -0300 |
commit | e8323c42c19f58b84c5742cc3c734a4a2f3737af (patch) | |
tree | 1241aa561bf4e158aba413bf78645b35640de266 /doc/APIchanges | |
parent | 36c85d6e773d51af1d084fb15ad89d9acc5dd893 (diff) | |
download | ffmpeg-e8323c42c19f58b84c5742cc3c734a4a2f3737af.tar.gz |
doc/APIChanges: fix lavu version numbers in a few recent entries
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3523d3b7bd..c67be2b05c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -103,14 +103,14 @@ API changes, most recent first: 2017-11-xx - xxxxxxx - lavc 58.4.100 - avcodec.h Add AVCodecHWConfig and avcodec_get_hw_config(). -2017-11-22 - 3650cb2dfa - lavu 55.3.100 - opencl.h +2017-11-22 - 3650cb2dfa - lavu 56.3.100 - opencl.h Remove experimental OpenCL API (av_opencl_*). -2017-11-22 - b25d8ef0a7 - lavu 55.2.100 - hwcontext.h hwcontext_opencl.h +2017-11-22 - b25d8ef0a7 - lavu 56.2.100 - hwcontext.h hwcontext_opencl.h Add AV_HWDEVICE_TYPE_OPENCL and a new installed header with OpenCL-specific hwcontext definitions. -2017-11-22 - a050f56c09 - lavu 55.1.100 - pixfmt.h +2017-11-22 - a050f56c09 - lavu 56.1.100 - pixfmt.h Add AV_PIX_FMT_OPENCL. 2017-11-11 - 48e4eda11d - lavc 58.3.100 - avcodec.h |