Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
a5fdae96
Commit
a5fdae96
authored
Oct 05, 2012
by
yhuelf
Committed by
Jean-Baptiste Kempf
Oct 05, 2012
Browse files
Smooth Streaming: fix a macro
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
c892cfc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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