aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2024-02-12 23:13:09 +0100
committerMatthieu Bouron <matthieu.bouron@gmail.com>2024-03-23 11:34:34 +0100
commitf17e18d2922645f56a35d276b5e75cfdaf20ab7e (patch)
tree5c810cd8b74fef4e2a49405d50c3ad0572cd2bfe /doc/APIchanges
parent073251316e1b0e4174a5aea41e8a3ce25590b165 (diff)
downloadffmpeg-f17e18d2922645f56a35d276b5e75cfdaf20ab7e.tar.gz
avcodec: add av_jni_{get,set}_android_app_ctx() helpers
This will allow users to pass the Android ApplicationContext which is mandatory to retrieve the ContentResolver responsible to resolve/open Android content URIS.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 9694947e63..2796b4d0c2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-03-xx - xxxxxxxxxx - lavc 61.3.100 - jni.h
+ Add av_jni_set_android_app_ctx() and av_jni_get_android_app_ctx().
+
2024-03-22 - xxxxxxxxxx - lavu 59.4.100 - frame.h
Constified the first-level pointee of av_frame_side_data_get()
and renamed it to av_frame_side_data_get_c(). From now on,