# HG changeset patch # User cehoyos # Date 1289127827 0 # Node ID b756312f1d15c0969d1dba31983bacae1f23f81f # Parent 190a7fc1292949397a1a81f190a669c3a898100c Add a comment to codecs that require their fourcc's added to demuxer.c. diff -r 190a7fc12929 -r b756312f1d15 etc/codecs.conf --- 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