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
1cf67e2f
Commit
1cf67e2f
authored
Jul 09, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smooth: remove logical no-op
parent
02eee276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
modules/stream_filter/smooth/smooth.c
modules/stream_filter/smooth/smooth.c
+0
-6
No files found.
modules/stream_filter/smooth/smooth.c
View file @
1cf67e2f
...
@@ -708,12 +708,6 @@ static unsigned int sms_Read( stream_t *s, uint8_t *p_read, unsigned int i_read
...
@@ -708,12 +708,6 @@ static unsigned int sms_Read( stream_t *s, uint8_t *p_read, unsigned int i_read
if
(
chunk
->
read_pos
>=
chunk
->
size
)
if
(
chunk
->
read_pos
>=
chunk
->
size
)
{
{
if
(
chunk
->
type
==
VIDEO_ES
||
(
!
SMS_GET_SELECTED_ST
(
VIDEO_ES
)
&&
chunk
->
type
==
AUDIO_ES
)
)
{
vlc_cond_signal
(
&
p_sys
->
download
.
wait
);
}
if
(
b_isinitchunk
)
if
(
b_isinitchunk
)
{
{
assert
(
chunk
->
read_pos
==
chunk
->
size
);
assert
(
chunk
->
read_pos
==
chunk
->
size
);
...
...
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