changeset 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 b02c2679e5a9
children 571538d73e08
files etc/codecs.conf
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Oct 23 17:01:55 2001 +0000
+++ b/etc/codecs.conf	Tue Oct 23 17:04:41 2001 +0000
@@ -597,6 +597,8 @@
   comment "Optimized for ARM"
   format 0x50
   format 0x55
+  format 0x33706d2e  ; ".mp3" VBR MP3 (MOV files)
+  format 0x5500736d  ; "ms\0\x55" CBR MP3 (MOV files)
   driver libmad
   dll "libmad"
   flags seekable
@@ -723,4 +725,3 @@
   format 0x34616d69  ; "ima4" (MOV files)
   driver ima4
   dll "ima4.c"
-