Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
bbd9d315
Commit
bbd9d315
authored
Apr 18, 2007
by
Rémi Denis-Courmont
Browse files
typo
parent
6a764018
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_stream.h
View file @
bbd9d315
...
@@ -175,7 +175,7 @@ static inline int stream_Seek( stream_t *s, int64_t i_pos )
...
@@ -175,7 +175,7 @@ static inline int stream_Seek( stream_t *s, int64_t i_pos )
/**
/**
* Read "i_size" bytes and store them in a block_t. If less than "i_size"
* Read "i_size" bytes and store them in a block_t. If less than "i_size"
* bytes are available then return what is left and if nothing is availble,
* bytes are available then return what is left and if nothing is avail
a
ble,
* return NULL.
* return NULL.
*/
*/
static
inline
block_t
*
stream_Block
(
stream_t
*
s
,
int
i_size
)
static
inline
block_t
*
stream_Block
(
stream_t
*
s
,
int
i_size
)
...
...
Write
Preview
Supports
Markdown
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