Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
d7ee744d
Commit
d7ee744d
authored
Jan 06, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in es_out.
Pointed out by Dnumgis.
parent
ba387307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/input/es_out.c
src/input/es_out.c
+2
-2
No files found.
src/input/es_out.c
View file @
d7ee744d
...
...
@@ -587,7 +587,7 @@ static void EsOutChangePosition( es_out_t *out )
input_DecoderStartBuffering
(
p_es
->
p_dec
);
if
(
p_es
->
p_dec_record
)
input_DecoderStartBuffering
(
p_es
->
p_dec
);
input_DecoderStartBuffering
(
p_es
->
p_dec
_record
);
}
for
(
int
i
=
0
;
i
<
p_sys
->
i_pgrm
;
i
++
)
...
...
@@ -680,7 +680,7 @@ static void EsOutDecodersStopBuffering( es_out_t *out, bool b_forced )
input_DecoderStopBuffering
(
p_es
->
p_dec
);
if
(
p_es
->
p_dec_record
)
input_DecoderStopBuffering
(
p_es
->
p_dec
);
input_DecoderStopBuffering
(
p_es
->
p_dec
_record
);
}
}
static
void
EsOutDecodersChangePause
(
es_out_t
*
out
,
bool
b_paused
,
mtime_t
i_date
)
...
...
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