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
6a8d0156
Commit
6a8d0156
authored
Dec 23, 2012
by
Timothy B. Terriberry
Browse files
Fix a typo.
Thanks to e98 for the report.
parent
252f1914
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/opusfile.h
View file @
6a8d0156
...
...
@@ -1353,7 +1353,7 @@ int op_pcm_seek(OggOpusFile *_of,ogg_int64_t _pcm_offset) OP_ARG_NONNULL(1);
channel ordering</a>.
This must have room for at least \a _buf_size values.
\param _buf_size The number of values that can be stored in \a _pcm.
It is rec
c
ommended that this be large enough for at
It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (5760
values per channel).
Smaller buffers will simply return less data, possibly
...
...
@@ -1435,7 +1435,7 @@ OP_WARN_UNUSED_RESULT int op_read(OggOpusFile *_of,
channel ordering</a>.
This must have room for at least \a _buf_size floats.
\param _buf_size The number of floats that can be stored in \a _pcm.
It is rec
c
ommended that this be large enough for at
It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (5760
samples per channel).
Smaller buffers will simply return less data, possibly
...
...
@@ -1503,7 +1503,7 @@ OP_WARN_UNUSED_RESULT int op_read_float(OggOpusFile *_of,
buffer.
This must have room for at least \a _buf_size values.
\param _buf_size The number of values that can be stored in \a _pcm.
It is rec
c
ommended that this be large enough for at
It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (11520
values total).
Smaller buffers will simply return less data, possibly
...
...
@@ -1564,7 +1564,7 @@ OP_WARN_UNUSED_RESULT int op_read_stereo(OggOpusFile *_of,
buffer.
This must have room for at least \a _buf_size values.
\param _buf_size The number of values that can be stored in \a _pcm.
It is rec
c
ommended that this be large enough for at
It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (11520
values total).
Smaller buffers will simply return less data, possibly
...
...
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