# HG changeset patch # User compn # Date 1210777172 0 # Node ID 133ff1f43050e54b3be4c9af9674c8169bb0833d # Parent 884d72a2dc78719509e1af68b30df8e7f61eae77 clean up dll keyword diff -r 884d72a2dc78 -r 133ff1f43050 DOCS/tech/codecs.conf.txt --- a/DOCS/tech/codecs.conf.txt Wed May 14 13:56:14 2008 +0000 +++ b/DOCS/tech/codecs.conf.txt Wed May 14 14:59:32 2008 +0000 @@ -89,10 +89,9 @@ 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.