Add support for FFmpeg Monkey's Audio decoder

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24445 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2007-09-13 13:47:22 +00:00
parent 43bd3a468e
commit b54169f071
1 changed files with 7 additions and 0 deletions

View File

@ -2725,6 +2725,13 @@ audiocodec ffshorten
driver ffmpeg
dll "shorten"
audiocodec ffape
info "FFmpeg Monkey's Audio decoder"
status buggy ; buffer size limits in FFmpeg break decoding of some files
fourcc "APE "
driver ffmpeg
dll "ape"
audiocodec pcm
info "Uncompressed PCM"
status working