comparison etc/codecs.conf @ 2433:f6caecb14d6d

added MOV's mp3 fourcc's to libmad (also tested them)
author alex
date Tue, 23 Oct 2001 17:04:41 +0000
parents e839eec368f9
children 6d561976740a
comparison
equal deleted inserted replaced
2432:b02c2679e5a9 2433:f6caecb14d6d
595 info "MAD MPEG layer-2, layer-3" 595 info "MAD MPEG layer-2, layer-3"
596 status working 596 status working
597 comment "Optimized for ARM" 597 comment "Optimized for ARM"
598 format 0x50 598 format 0x50
599 format 0x55 599 format 0x55
600 format 0x33706d2e ; ".mp3" VBR MP3 (MOV files)
601 format 0x5500736d ; "ms\0\x55" CBR MP3 (MOV files)
600 driver libmad 602 driver libmad
601 dll "libmad" 603 dll "libmad"
602 flags seekable 604 flags seekable
603 605
604 audiocodec ffmp3 606 audiocodec ffmp3
721 status working 723 status working
722 comment "MONO only" 724 comment "MONO only"
723 format 0x34616d69 ; "ima4" (MOV files) 725 format 0x34616d69 ; "ima4" (MOV files)
724 driver ima4 726 driver ima4
725 dll "ima4.c" 727 dll "ima4.c"
726