don't init converted_input_samples
This commit is contained in:
parent
1ab5e0e374
commit
070f0d5d62
|
@ -46,7 +46,7 @@ private:
|
||||||
#ifdef HAVE_LIBAVRESAMPLE
|
#ifdef HAVE_LIBAVRESAMPLE
|
||||||
AVAudioResampleContext* resample_context;
|
AVAudioResampleContext* resample_context;
|
||||||
#endif
|
#endif
|
||||||
uint8_t *converted_input_samples = NULL;
|
uint8_t *converted_input_samples;
|
||||||
|
|
||||||
const char *filename;
|
const char *filename;
|
||||||
const char *format;
|
const char *format;
|
||||||
|
|
Loading…
Reference in New Issue