]> git.sesse.net Git - ffmpeg/commit
avcodec/mediacodec_wrapper: fix false positives in swdec blacklist
authorStefan _ <sfan5@live.de>
Tue, 6 Mar 2018 22:19:36 +0000 (22:19 +0000)
committerMatthieu Bouron <matthieu.bouron@gmail.com>
Wed, 7 Mar 2018 12:52:02 +0000 (13:52 +0100)
commit5ab0ecf2830fd7a864bb21f7fe247594872932fa
tree598c8c2c2a8a780429d2d8b63650db3ef2b41eb0
parenta43e9cdd442b3ccf50faa32a15b03bdaff278017
avcodec/mediacodec_wrapper: fix false positives in swdec blacklist

'OMX.SEC.avc.dec' is a valid hardware decoder, while the decoders
we seek to blacklist all match 'OMX.SEC.*.sw.dec'.
libavcodec/mediacodec_wrapper.c