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

cehoyos subversion at mplayerhq.hu
Fri Jan 10 13:15:59 CET 2014


Author: cehoyos
Date: Fri Jan 10 13:15:59 2014
New Revision: 36573

Log:
Allow playback of ac3 and eac3 wav files with waveformatex header and guid.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Mon Jan  6 21:43:17 2014	(r36572)
+++ trunk/etc/codecs.conf	Fri Jan 10 13:15:59 2014	(r36573)
@@ -5610,6 +5610,7 @@ audiocodec ffac3
   fourcc ac-3 ; ac-3 in mp4
   fourcc AC-3
   format 0x20736D ;  "ms\20" older ac3 fcc (MOV files)
+  format 0xE06D802C ; wav GUID
   fourcc dnet
   fourcc sac3
   driver ffmpeg
@@ -5622,6 +5623,7 @@ audiocodec ffeac3
   status working
   fourcc EAC3
   fourcc ec-3 ; eac3 in mp4
+  format 0xA7FB87AF ; wav GUID
   driver ffmpeg
   dll eac3
 
@@ -5632,6 +5634,7 @@ audiocodec a52
   fourcc ac-3 ; ac-3 in mp4
   fourcc AC-3
   format 0x20736D ;  "ms\20" older ac3 fcc (MOV files)
+  format 0xE06D802C ; wav GUID
   fourcc dnet
   fourcc sac3
   driver liba52


More information about the MPlayer-cvslog mailing list