mirror of https://github.com/mpv-player/mpv
0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7467 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e5833bde50
commit
fe08c0b7cd
|
@ -1229,7 +1229,7 @@ audiocodec mp3
|
|||
info "mp3lib MPEG layer-2, layer-3"
|
||||
status working
|
||||
comment "Optimized to MMX/SSE/3Dnow!"
|
||||
format 0x50
|
||||
# format 0x50 ; seams to be Layer 1 (or also 2?)
|
||||
format 0x55
|
||||
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
|
||||
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
|
||||
|
@ -1237,18 +1237,6 @@ audiocodec mp3
|
|||
dll "mp3lib"
|
||||
flags seekable
|
||||
|
||||
;MAD library
|
||||
audiocodec mad
|
||||
info "libMAD MPEG layer 1,2,3"
|
||||
status working
|
||||
format 0x50
|
||||
format 0x55
|
||||
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
|
||||
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
|
||||
driver libmad
|
||||
dll "libmad"
|
||||
flags seekable
|
||||
|
||||
audiocodec ffmp3
|
||||
info "FFmpeg layer-3 audio decoder - integer only"
|
||||
status working
|
||||
|
@ -1267,6 +1255,19 @@ audiocodec ffmp2
|
|||
dll "mp2"
|
||||
flags seekable
|
||||
|
||||
;MAD library
|
||||
audiocodec mad
|
||||
info "libMAD MPEG layer 1,2,3"
|
||||
status working
|
||||
format 0x50
|
||||
format 0x55
|
||||
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
|
||||
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
|
||||
driver libmad
|
||||
dll "libmad"
|
||||
flags seekable
|
||||
|
||||
|
||||
audiocodec mp3acm
|
||||
info "MPEG layer-3"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue