diff etc/codecs.conf @ 24672:73a7e3da473e

"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM. Set it to AMVA. You will have to use -ac +ffadpcmimaamv until the demuxer is fixed.
author reimar
date Wed, 03 Oct 2007 13:57:33 +0000
parents 46dbc2e8c800
children fbf46414bb48
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Oct 03 11:55:30 2007 +0000
+++ b/etc/codecs.conf	Wed Oct 03 13:57:33 2007 +0000
@@ -2575,7 +2575,7 @@
 audiocodec ffadpcmimaamv
   info "FFmpeg AMV IMA ADPCM audio"
   status working
-  format 0x01
+  fourcc AMVA  ; internal MPlayer FourCC
   driver ffmpeg
   dll adpcm_ima_amv