summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/codecs.conf.txt
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-14 14:59:32 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-14 14:59:32 +0000
commit55f2b134502ae8e7d83bffb69ba5b44819c0ad53 (patch)
tree224794ac41e068200d51bbb7f69850a58c3b65ba /DOCS/tech/codecs.conf.txt
parent3642bdba84a41b49a299212b03054784ae81457a (diff)
downloadmpv-55f2b134502ae8e7d83bffb69ba5b44819c0ad53.tar.bz2
mpv-55f2b134502ae8e7d83bffb69ba5b44819c0ad53.tar.xz
clean up dll keyword
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26768 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/codecs.conf.txt')
-rw-r--r--DOCS/tech/codecs.conf.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/tech/codecs.conf.txt b/DOCS/tech/codecs.conf.txt
index 989ffa3edb..faaebb746e 100644
--- a/DOCS/tech/codecs.conf.txt
+++ b/DOCS/tech/codecs.conf.txt
@@ -89,10 +89,9 @@ The "driver" keyword associates this codec with an internal MPlayer
decoder module. MPlayer has a module named "dshow" that handles data
encoded by the codec. See -vfm help / -afm help for the available module list.
-The "dll" keyword specifies which Win32/XAnim/Real binary module needs to be
-loaded in order to handle the specific media type. This keyword is usually
-only used in conjunction with the dshow, vfw, acm, xanim and real drivers since
-they all manage communication with binary-only modules.
+The "dll" keyword specifies which Win32/XAnim/Real/Quicktime binary
+module needs to be loaded. Its also used to specify which FFmpeg codec
+to load. The list of FFmpeg codecs can be found in libavcodec/allcodecs.c.
The "guid" keyword identifies a 16-byte Microsoft GUID that some media
files use to identify codecs. Used only for win32 dshow and DMO codecs.