Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
4df58cdf
Commit
4df58cdf
authored
Apr 10, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./doc/developer/decoders.xml: fixed a typo preventing compilation.
parent
fe7ab73a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ChangeLog
ChangeLog
+1
-0
doc/developer/decoders.xml
doc/developer/decoders.xml
+1
-1
No files found.
ChangeLog
View file @
4df58cdf
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
HEAD
HEAD
*
./
doc
/
developer
/
decoders
.
xml
:
fixed
a
typo
preventing
compilation
.
*
./
plugins
/
aa
/
aa
.
c
:
we
now
parse
the
AAOPTS
environment
variable
.
*
./
plugins
/
aa
/
aa
.
c
:
we
now
parse
the
AAOPTS
environment
variable
.
*
./
plugins
/
aa
/
aa
.
c
:
a
few
simplifications
in
the
code
.
*
./
plugins
/
aa
/
aa
.
c
:
a
few
simplifications
in
the
code
.
*
./
configure
.
in
:
wrote
a
better
test
for
libdvdread
detection
.
*
./
configure
.
in
:
wrote
a
better
test
for
libdvdread
detection
.
...
...
doc/developer/decoders.xml
View file @
4df58cdf
...
@@ -24,7 +24,7 @@ chapters.
...
@@ -24,7 +24,7 @@ chapters.
<para>
<para>
The input thread spawns the appropriate decoder modules from
<filename>
The input thread spawns the appropriate decoder modules from
<filename>
src/input/input_dec.c
</filename>
. The
<function>
Dec_CreateThread
</funcion>
src/input/input_dec.c
</filename>
. The
<function>
Dec_CreateThread
</func
t
ion>
function selects the more accurate decoder module. Each decoder module
function selects the more accurate decoder module. Each decoder module
looks at decoder_config.i_type and returns a score [ see the modules
looks at decoder_config.i_type and returns a score [ see the modules
section ]. It then launches
<function>
module.pf_run()
</function>
,
section ]. It then launches
<function>
module.pf_run()
</function>
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment