]> git.sesse.net Git - ffmpeg/commit
avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when available
authorsfan5 <sfan5@live.de>
Wed, 17 Feb 2021 15:51:09 +0000 (16:51 +0100)
committerMatthieu Bouron <matthieu.bouron@gmail.com>
Wed, 10 Mar 2021 13:09:14 +0000 (14:09 +0100)
commita7425f712aeed6e18204a68810529895fdbdb1be
tree1b411e565fc61234e29a185098d9c56aa7c2e7f8
parent1a033008e8f53af075d11974e0e7de23d11b34e2
avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when available

Added in Android 10 it provides a reliable way of filtering out
software decoders, unlike existing string-based checks.
libavcodec/mediacodec_wrapper.c