[FFmpeg-devel] [PATCH 1/2] avcodec/mediacodec_wrapper: get api level via NDK method

Tomas Härdin git at haerdin.se
Mon Jan 9 14:32:19 EET 2023


tis 2023-01-10 klockan 00:36 +0800 skrev Zhao Zhili:
> From: Zhao Zhili <zhilizhao at tencent.com>
> 
> android_get_device_api_level() is a static inline method before API
> level 29. It was implemented via __system_property_get(). We can do
> the same thing, but I don't want to mess up with
> __system_property_get.

The code tests on API >= 24 not 29. Or do you mean that
android_get_device_api_level() is available since 24 but not used until
29?


/Tomas



More information about the ffmpeg-devel mailing list