changeset 26736:133ff1f43050

clean up dll keyword
author compn
date Wed, 14 May 2008 14:59:32 +0000
parents 884d72a2dc78
children a26e50cae389
files DOCS/tech/codecs.conf.txt
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.