You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully compiled the lib-decoder-ffmpeg AAR, but noticed that the createDecoder function in ExperimentalFfmpegVideoRenderer has not been implemented. #2791
I successfully compiled the lib-decoder-ffmpeg AAR, but noticed that the createDecoder function in ExperimentalFfmpegVideoRenderer has not been implemented.
In the createDecoder method, it directly returns null instead of a corresponding Decoder. How should I modify the compile build parameters so that it returns a decoder? Or is this decoder something I need to implement myself? My current requirement is to integrate the FFmpeg decoder to achieve more powerful video decoding capabilities, but at the moment I’m not sure how to proceed.