From e43e0de9e629c780bfe14af50c4c48b220495de4 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sat, 12 Mar 2011 10:50:14 +0000 Subject: ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiff Support 'lpcm' in mov files, has audible (clipping?) artefacts on some systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33075 b3059339-0415-0410-9bf9-f77b7e298cf2 Support 32bit big endian float pcm in aiff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33076 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 83476a2c6a..ee758d6037 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -4136,6 +4136,8 @@ audiocodec pcm format 0x696e3234 ; "42ni" (MOV files) format 0x32336e69 ; "in32" (MOV files) format 0x696e3332 ; "23ni" (MOV files) + format 0x6D63706C ; "lpcm" (MOV files) + format 0x32334C46 ; 'FL32" (aiff files) ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) ; format 0x6 ; format 0x7 -- cgit v1.2.3