From 55dbd183e343178e705124add8a7a9579c8e2a35 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 5 Mar 2011 12:24:33 +0000 Subject: ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnet Audio with all codec tags other than 0x2000 was byte-swapped, while only "dnet" should be. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33028 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 921b34771c..87d833b7a8 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -4459,8 +4459,11 @@ audiocodec a52 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" -- cgit v1.2.3