mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
codecs.conf: document need to add fourccs to parser list in demuxer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32597 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
458350350b
commit
af4b23cd36
@ -4011,6 +4011,8 @@ audiocodec ffdv
|
||||
driver ffmpeg
|
||||
dll "dvaudio"
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec fflatm
|
||||
info "FFmpeg AAC in LATM"
|
||||
status working
|
||||
@ -4085,6 +4087,8 @@ audiocodec ffals
|
||||
driver ffmpeg
|
||||
dll "als"
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec ffmlp
|
||||
info "FFmpeg MLP"
|
||||
status working
|
||||
@ -4092,6 +4096,8 @@ audiocodec ffmlp
|
||||
driver ffmpeg
|
||||
dll "mlp"
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec fftruehd
|
||||
info "FFmpeg TrueHD"
|
||||
status working
|
||||
@ -4276,6 +4282,8 @@ audiocodec ffmp3on4
|
||||
driver ffmpeg
|
||||
dll "mp3on4"
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec ffmp3float
|
||||
info "FFmpeg MPEG layer-3 audio"
|
||||
comment "integer only"
|
||||
@ -4318,6 +4326,8 @@ audiocodec ffmp3adu
|
||||
driver ffmpeg
|
||||
dll "mp3adu"
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec ffmp2float
|
||||
info "FFmpeg MPEG layer-1 and layer-2 audio"
|
||||
comment "integer only"
|
||||
@ -4444,6 +4454,8 @@ audiocodec fflpcm
|
||||
driver ffmpeg
|
||||
dll pcm_bluray
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec ffac3
|
||||
info "FFmpeg AC-3"
|
||||
status working
|
||||
@ -4456,6 +4468,8 @@ audiocodec ffac3
|
||||
driver ffmpeg
|
||||
dll ac3
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec ffeac3
|
||||
info "FFmpeg E-AC-3"
|
||||
status working
|
||||
@ -4472,6 +4486,8 @@ audiocodec a52
|
||||
driver liba52
|
||||
dll "liba52"
|
||||
|
||||
; add every new fourcc also to allocate_parser()
|
||||
; in libmpdemux/demuxer.c
|
||||
audiocodec ffdca
|
||||
info "FFmpeg DTS"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user