1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

clean up dll keyword

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26768 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2008-05-14 14:59:32 +00:00
parent 3642bdba84
commit 55f2b13450

View File

@ -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.