diff etc/codecs.conf @ 32941:4c49c83f2af7

Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet which were previously incorrectly byte-swapped.
author reimar
date Sat, 05 Mar 2011 12:24:33 +0000
parents 8cb530d39a6d
children 5509eb454848
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Mar 05 12:09:25 2011 +0000
+++ b/etc/codecs.conf	Sat Mar 05 12:24:33 2011 +0000
@@ -4522,8 +4522,11 @@
   info "AC3-liba52"
   status working
   format 0x2000
-  ; format 0x332D6361 ; ac-3 in mp4  -- not working
+  format 0x332D6361 ; ac-3 in mp4
+  format 0x332D4341
+  format 0x20736D ;  "ms\20" older ac3 fcc (MOV files)
   fourcc dnet
+  fourcc sac3
   driver liba52
   dll "liba52"