Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
a5a99116
Commit
a5a99116
authored
Aug 28, 2013
by
Timothy B. Terriberry
Browse files
Mark op_set_gain_offset() as not taking NULL.
parent
e0ab29d4
Changes
1
Show whitespace changes
Inline
Side-by-side
include/opusfile.h
View file @
a5a99116
...
...
@@ -1775,7 +1775,7 @@ void op_set_decode_callback(OggOpusFile *_of,
\return 0 on success or a negative value on error.
\retval #OP_EINVAL The \a _gain_type was unrecognized.*/
int
op_set_gain_offset
(
OggOpusFile
*
_of
,
int
_gain_type
,
opus_int32
_gain_offset_q8
);
int
_gain_type
,
opus_int32
_gain_offset_q8
)
OP_ARG_NONNULL
(
1
)
;
/**Reads more samples from the stream.
\note Although \a _buf_size must indicate the total number of values that
...
...
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