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
53caf120
Commit
53caf120
authored
Sep 16, 2012
by
Timothy B. Terriberry
Browse files
Remove op_read_filter() from opusfile.h.
It wasn't actually implemented.
parent
97ab532b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/opus/opusfile.h
View file @
53caf120
...
...
@@ -956,10 +956,6 @@ int op_read(OggOpusFile *_of,opus_int16 *_pcm,int _buf_size,int *_li);
checks.*/
int
op_read_float
(
OggOpusFile
*
_of
,
float
*
_pcm
,
int
_buf_size
,
int
*
_li
);
long
op_read_filter
(
OggOpusFile
*
_of
,
char
*
buffer
,
int
length
,
int
bigendianp
,
int
word
,
int
sgned
,
int
*
bitstream
,
void
(
*
filter
)(
float
**
pcm
,
long
channels
,
long
samples
,
void
*
filter_param
),
void
*
filter_param
);
# if OP_GNUC_PREREQ(4,0)
# pragma GCC visibility pop
# endif
...
...
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