I'm using mplayer version 1.4-11.
When trying to play these (audio-only) kind of files, MPlayer gives the error message "Cannot find codec for audio format 0x7375704F."
Other media players like vlc have no problem playing them.
The supported codec list on the MPlayer website says it supports the similar audio format "0x7375706F" with codec names "FFmpeg opus" and "FFmpeg libopus".
MPlayer can successfully play opus audio files with an .opus extension or inside an .mkv file, and ffplay (the ffmpeg player utility) can play these mp4 files without a problem.
Here's an example command for creating this sort of file (use any audio file you have laying around):
ffmpeg -i myaudio.mp3 -acodec libopus -y test.mp4
Everything indicates MPlayer should have no problem playing this files, and yet it it complains about the audio format being unsupported. Why?