comparison 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
comparison
equal deleted inserted replaced
32940:5bab4a2e1b59 32941:4c49c83f2af7
4520 4520
4521 audiocodec a52 4521 audiocodec a52
4522 info "AC3-liba52" 4522 info "AC3-liba52"
4523 status working 4523 status working
4524 format 0x2000 4524 format 0x2000
4525 ; format 0x332D6361 ; ac-3 in mp4 -- not working 4525 format 0x332D6361 ; ac-3 in mp4
4526 format 0x332D4341
4527 format 0x20736D ; "ms\20" older ac3 fcc (MOV files)
4526 fourcc dnet 4528 fourcc dnet
4529 fourcc sac3
4527 driver liba52 4530 driver liba52
4528 dll "liba52" 4531 dll "liba52"
4529 4532
4530 ; add every new fourcc also to allocate_parser() 4533 ; add every new fourcc also to allocate_parser()
4531 ; in libmpdemux/demuxer.c 4534 ; in libmpdemux/demuxer.c