aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoman Arzumanyan <r.arzumanyan@visionlabs.ai>2023-09-12 17:31:30 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2023-09-28 19:23:51 +0200
commit05f8b2ca0f7e28775837a572c65ce9218f534ee2 (patch)
tree583d3281237fe2f3bdddb11a012554eec6b61a84 /doc
parent48fc414c7cc13185b5ffe462b288e95be2517196 (diff)
downloadffmpeg-05f8b2ca0f7e28775837a572c65ce9218f534ee2.tar.gz
avutil/hwcontext_cuda: add option to use current device context
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index f333ff5b24..f4eb7f6d68 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-09-28 - xxxxxxxxxx - lavu 58.26.100 - hwcontext_cuda.h
+ Add AV_CUDA_USE_CURRENT_CONTEXT.
+
2023-09-19 - xxxxxxxxxx - lavu 58.25.100 - avutil.h
Make AV_TIME_BASE_Q compatible with C++.