Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opusfile
Commits
87b951c3
Commit
87b951c3
authored
Aug 29, 2013
by
Timothy B. Terriberry
Browse files
Document that we will always have at least 1 link.
Otherwise we would have failed to open the stream.
parent
4d75f855
Changes
1
Show whitespace changes
Inline
Side-by-side
include/opusfile.h
View file @
87b951c3
...
@@ -1414,7 +1414,7 @@ int op_seekable(OggOpusFile *_of) OP_ARG_NONNULL(1);
...
@@ -1414,7 +1414,7 @@ int op_seekable(OggOpusFile *_of) OP_ARG_NONNULL(1);
The actual number of links is not known until the stream is fully opened.
The actual number of links is not known until the stream is fully opened.
\param _of The \c OggOpusFile from which to retrieve the link count.
\param _of The \c OggOpusFile from which to retrieve the link count.
\return For fully-open seekable sources, this returns the total number of
\return For fully-open seekable sources, this returns the total number of
links in the whole stream.
links in the whole stream
, which will be at least 1
.
For partially-open or unseekable sources, this always returns 1.*/
For partially-open or unseekable sources, this always returns 1.*/
int
op_link_count
(
OggOpusFile
*
_of
)
OP_ARG_NONNULL
(
1
);
int
op_link_count
(
OggOpusFile
*
_of
)
OP_ARG_NONNULL
(
1
);
...
...
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