<div dir="ltr"><div>I'm trying to build a small universal audio decoding library that
decodes the file a frame at a time (on Android platform). I've built a command line static
ffmpeg that I can exec that works on every file format I have tested.
Now I am trying to build a shared library version, so I can directly
decode frame by frame. I seem to have success, except it is failing on
certain WMA files. FFprobe of a file that is failing (file plays on
every music player, and command line ffmpeg with same build
configuration shows no problems)<br><br></div>I put the complete problem description and relevant code on stackoverflow: <a href="http://stackoverflow.com/questions/39337346/ffmpeg-universal-audio-decoder-failing-on-certain-wma-files">http://stackoverflow.com/questions/39337346/ffmpeg-universal-audio-decoder-failing-on-certain-wma-files</a><br><div><br>Or search stackoverflow for "ffmpeg wma failing" if you don't like clicking on links.<br></div></div>