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.
Asked
Active
Viewed 1,395 times
4
-
How it failed any error message? – ingsaurabh Mar 14 '12 at 13:13
-
in libstagefright.cpp avctx->extradata_size==0 and it's failed to init correctly. – limitfan Mar 14 '12 at 13:23