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
a5fdae96
Commit
a5fdae96
authored
Oct 05, 2012
by
Frédéric Yhuel
Committed by
Jean-Baptiste Kempf
Oct 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Smooth Streaming: fix a macro
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
c892cfc9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/stream_filter/smooth/smooth.h
modules/stream_filter/smooth/smooth.h
+2
-2
No files found.
modules/stream_filter/smooth/smooth.h
View file @
a5fdae96
...
...
@@ -162,8 +162,8 @@ struct stream_sys_t
#define SMS_GET_SELECTED_ST( cat ) \
sms_get_stream_by_cat( p_sys->selected_st, cat )
#define NO_MORE_CHUNKS !p_sys->b_live && \
no_more_chunks( p_sys->download.ck_index, p_sys->selected_st )
#define NO_MORE_CHUNKS
(
!p_sys->b_live && \
no_more_chunks( p_sys->download.ck_index, p_sys->selected_st )
)
sms_queue_t
*
sms_queue_init
(
const
int
);
int
sms_queue_put
(
sms_queue_t
*
,
const
uint64_t
);
...
...
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