comparison DOCS/tech/codecs.conf.txt @ 26741:fc28868e5430

its typo spotted by diego
author compn
date Wed, 14 May 2008 17:28:50 +0000
parents 133ff1f43050
children eb3504191e7b
comparison
equal deleted inserted replaced
26740:b3a38b361fef 26741:fc28868e5430
88 The "driver" keyword associates this codec with an internal MPlayer 88 The "driver" keyword associates this codec with an internal MPlayer
89 decoder module. MPlayer has a module named "dshow" that handles data 89 decoder module. MPlayer has a module named "dshow" that handles data
90 encoded by the codec. See -vfm help / -afm help for the available module list. 90 encoded by the codec. See -vfm help / -afm help for the available module list.
91 91
92 The "dll" keyword specifies which Win32/XAnim/Real/Quicktime binary 92 The "dll" keyword specifies which Win32/XAnim/Real/Quicktime binary
93 module needs to be loaded. Its also used to specify which FFmpeg codec 93 module needs to be loaded. It's also used to specify which FFmpeg codec
94 to load. The list of FFmpeg codecs can be found in libavcodec/allcodecs.c. 94 to load. The list of FFmpeg codecs can be found in libavcodec/allcodecs.c.
95 95
96 The "guid" keyword identifies a 16-byte Microsoft GUID that some media 96 The "guid" keyword identifies a 16-byte Microsoft GUID that some media
97 files use to identify codecs. Used only for win32 dshow and DMO codecs. 97 files use to identify codecs. Used only for win32 dshow and DMO codecs.
98 98