diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-23 17:04:41 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-23 17:04:41 +0000 |
commit | f58c6a0f6c1d5da59afab91c04a3dfec8366b21d (patch) | |
tree | 4433765b2dcbda90cb4db92330a416a1a744a926 /etc | |
parent | 29f7432278681024582dbb59416578c64510d32e (diff) | |
download | mpv-f58c6a0f6c1d5da59afab91c04a3dfec8366b21d.tar.bz2 mpv-f58c6a0f6c1d5da59afab91c04a3dfec8366b21d.tar.xz |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index b968bad099..85be69f77d 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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" - |