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:
parent
3642bdba84
commit
55f2b13450
@ -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
|
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.
|
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
|
The "dll" keyword specifies which Win32/XAnim/Real/Quicktime binary
|
||||||
loaded in order to handle the specific media type. This keyword is usually
|
module needs to be loaded. Its also used to specify which FFmpeg codec
|
||||||
only used in conjunction with the dshow, vfw, acm, xanim and real drivers since
|
to load. The list of FFmpeg codecs can be found in libavcodec/allcodecs.c.
|
||||||
they all manage communication with binary-only modules.
|
|
||||||
|
|
||||||
The "guid" keyword identifies a 16-byte Microsoft GUID that some media
|
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.
|
files use to identify codecs. Used only for win32 dshow and DMO codecs.
|
||||||
|
Loading…
Reference in New Issue
Block a user