问题
I've noticed that ffmpeg has already included (libavcodec/libstagefright.cpp) and claimed to support H264's hardware decoding through StageFright framework. I've build the shared library according to (tools/build_libstagefright). But when doing real H264 frame decoding, it seems to be failed at Stagefright_init(). Does anybody succeed to use this new feature? Thank you in advance.
来源:https://stackoverflow.com/questions/9702503/h264-hw-decoding-on-android-using-ffmpeg-10