mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
sndfile-loopify: Remove unused struct
This commit is contained in:
parent
04ae52469e
commit
c284c0508a
@ -46,12 +46,6 @@
|
||||
|
||||
#define BUFFER_LEN (1 << 14)
|
||||
|
||||
|
||||
typedef struct
|
||||
{ char *infilename, *outfilename ;
|
||||
SF_INFO infileinfo, outfileinfo ;
|
||||
} OptionData ;
|
||||
|
||||
const char * program_name (const char * argv0) ;
|
||||
static void sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) ;
|
||||
static void add_instrument_data (SNDFILE *outfile, const SF_INFO * in_info) ;
|
||||
|
Loading…
Reference in New Issue
Block a user