Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avcodec/mediacodec_wrapper: get api level via NDK method
android_get_device_api_level() is a static inline 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. Signed-off-by: Zhao Zhili <[email protected]>
- Loading branch information