H264 HW Decoding on Android using FFmpeg-10

I noticed that ffmpeg already included (libavcodec / libstagefright.cpp) and stated that it supports H264 hardware decoding via StageFright platform. I created a shared library according to (tools / build_libstagefright). But when you do the actual H264 frame decoding, in the Stagefright_init () scene, this seems unsuccessful. Will anyone succeed in using this new feature? Thank you in advance.

+4
source share

Source: https://habr.com/ru/post/1401373/


All Articles