Mercurial > mplayer.hg
changeset 32510:b756312f1d15
Add a comment to codecs that require their fourcc's added to demuxer.c.
author | cehoyos |
---|---|
date | Sun, 07 Nov 2010 11:03:47 +0000 |
parents | 190a7fc12929 |
children | b39155e98ac3 |
files | etc/codecs.conf |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Sun Nov 07 11:00:00 2010 +0000 +++ b/etc/codecs.conf Sun Nov 07 11:03:47 2010 +0000 @@ -4011,6 +4011,8 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ driver liba52 dll "liba52" +; add every new fourcc also to allocate_parser() +; in libmpdemux/demuxer.c audiocodec ffdca info "FFmpeg DTS" status working