added MOV's mp3 fourcc's to libmad (also tested them)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2434 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-10-23 17:04:41 +00:00
parent 29f7432278
commit f58c6a0f6c
1 changed files with 2 additions and 1 deletions

View File

@ -597,6 +597,8 @@ audiocodec mad
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 @@ audiocodec ima4
format 0x34616d69 ; "ima4" (MOV files)
driver ima4
dll "ima4.c"