[MPlayer-dev-eng] [PATCH] codecs.conf AMR change
adland123
adland123 at yahoo.com
Sat Apr 23 06:58:21 CEST 2005
downloaded some AMR codec audio sample files from the web (extension .amr)
google
filetype:amr sample
All failed with the issue below
Playing sound.amr.
Cache fill: 2.21% (23174 bytes) libavformat file format detected.
==========================================================================
Cannot find codec for audio format 0x12000
patch is my small change to codecs.conf which made playback work
thanks
--- main/etc/codecs.conf 2005-04-20 17:51:46.000000000 -0400
+++ updated/etc/codecs.conf 2005-04-23 00:56:42.000000000 -0400
@@ -2442,6 +2442,7 @@
fourcc samr
driver ffmpeg
dll "amr_nb"
+ format 0x12000
audiocodec ffamrwb
info "AMR Widewband"
More information about the MPlayer-dev-eng
mailing list