mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 07:18:17 +00:00
MACE audio support with ffmpeg decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8042 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1aaf1516e8
commit
29d5f337c9
@ -1300,6 +1300,20 @@ audiocodec ffwmav2
|
|||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
dll "wmav2"
|
dll "wmav2"
|
||||||
|
|
||||||
|
audiocodec ffmac3
|
||||||
|
info "Macintosh Audio Compression and Expansion 3:1"
|
||||||
|
status untested
|
||||||
|
fourcc "MAC3"
|
||||||
|
driver ffmpeg
|
||||||
|
dll "mace3"
|
||||||
|
|
||||||
|
audiocodec ffmac6
|
||||||
|
info "Macintosh Audio Compression and Expansion 6:1"
|
||||||
|
status untested
|
||||||
|
fourcc "MAC6"
|
||||||
|
driver ffmpeg
|
||||||
|
dll "mace6"
|
||||||
|
|
||||||
audiocodec ffmp3
|
audiocodec ffmp3
|
||||||
info "FFmpeg layer-3 audio decoder - integer only"
|
info "FFmpeg layer-3 audio decoder - integer only"
|
||||||
status working
|
status working
|
||||||
|
Loading…
Reference in New Issue
Block a user