summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-11-07 11:03:47 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-08 18:05:12 +0200
commitaf4b23cd36cff0dc34cde59c6a154fd080d11216 (patch)
treeba50488e909d2eb6d87ffd96fe6363bac3a260d6 /etc
parent458350350b1beb83d879854ab5bb21d51ffd9574 (diff)
downloadmpv-af4b23cd36cff0dc34cde59c6a154fd080d11216.tar.bz2
mpv-af4b23cd36cff0dc34cde59c6a154fd080d11216.tar.xz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 803ad80238..aa6cfcaf4e 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -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