Mercurial > mplayer.hg
changeset 14173:e2a4a2ce54a8
some clarification
author | diego |
---|---|
date | Fri, 17 Dec 2004 16:30:05 +0000 |
parents | 67912fc34e04 |
children | 18d902312b20 |
files | DOCS/tech/codecs.conf.txt |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/codecs.conf.txt Fri Dec 17 16:23:50 2004 +0000 +++ b/DOCS/tech/codecs.conf.txt Fri Dec 17 16:30:05 2004 +0000 @@ -13,7 +13,9 @@ users to access, or in the .mplayer directory in a user's home directory. When MPlayer starts, it first looks for a codecs.conf file in a user's home directory. Failing that, it searches for the shared file. If -the file has syntax errors, MPlayer will not start and report the error. +no codecs.conf file is found MPlayer falls back on its internal hardcoded +configuration. If the file is present but has syntax errors, MPlayer will +report the error. The codecs.conf file is really quite simple. It is simply a collection of codec definition blocks that define how different media types should be @@ -96,7 +98,7 @@ files use to identify codecs. Used only for win32 dshow and DMO codecs. The "out" keyword identifies which output format the decoder is known -to output. Just like the fourcc line, there can be multiple out lines or +to provide. Just like the fourcc line, there can be multiple out lines or multiple comma-separated output formats on the same line. The output formats should be listed in order of preference.