[MPlayer-cvslog] r24692 - trunk/etc/codecs.conf

reimar subversion at mplayerhq.hu
Wed Oct 3 15:57:34 CEST 2007


Author: reimar
Date: Wed Oct  3 15:57:33 2007
New Revision: 24692

Log:
"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.


Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Wed Oct  3 15:57:33 2007
@@ -2575,7 +2575,7 @@ audiocodec raatrcmac
 audiocodec ffadpcmimaamv
   info "FFmpeg AMV IMA ADPCM audio"
   status working
-  format 0x01
+  fourcc AMVA  ; internal MPlayer FourCC
   driver ffmpeg
   dll adpcm_ima_amv
 



More information about the MPlayer-cvslog mailing list