Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
d3d6c79c
Commit
d3d6c79c
authored
Mar 17, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder: remove redundant call to block_FifoEmpty()
block_FifoRelease() takes care of it.
parent
78a42a03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/input/decoder.c
src/input/decoder.c
+0
-1
No files found.
src/input/decoder.c
View file @
d3d6c79c
...
@@ -1808,7 +1808,6 @@ static void DeleteDecoder( decoder_t * p_dec )
...
@@ -1808,7 +1808,6 @@ static void DeleteDecoder( decoder_t * p_dec )
(
unsigned
)
block_FifoCount
(
p_owner
->
p_fifo
)
);
(
unsigned
)
block_FifoCount
(
p_owner
->
p_fifo
)
);
/* Free all packets still in the decoder fifo. */
/* Free all packets still in the decoder fifo. */
block_FifoEmpty
(
p_owner
->
p_fifo
);
block_FifoRelease
(
p_owner
->
p_fifo
);
block_FifoRelease
(
p_owner
->
p_fifo
);
/* Cleanup */
/* Cleanup */
...
...
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