1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

Allow mp2 in mov.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28086 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2008-12-03 23:03:48 +00:00
parent 0864f92e7a
commit 9dca7aa7d9

View File

@ -3202,6 +3202,7 @@ audiocodec mp3
format 0x50 ; layer-1 && layer-2
format 0x55 ; layer-3
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files)
fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
fourcc "MP3 " ; used in .nsv files
fourcc "LAME" ; used in mythtv .nuv files