shithub: opusfile

Download patch

ref: 53caf120ea045b1ede35d76d14fdb397da2d4b7a
parent: 97ab532bc05a545a3606cf33662008b971358b5a
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Sun Sep 16 11:48:08 EDT 2012

Remove op_read_filter() from opusfile.h.

It wasn't actually implemented.

--- a/include/opus/opusfile.h
+++ b/include/opus/opusfile.h
@@ -956,10 +956,6 @@
                               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