refactor pcm reader framework
[fdkaac.git] / src / lpcm.h
index 2ac93abf0cadb0bfdc893e7604fa908355bf163a..b6598c93a3cd9682ad13ef200b6fe3e1130ae04e 100644 (file)
@@ -61,7 +61,4 @@ inline double pcm_clip(double n, double min_value, double max_value)
     return n;
 }
 
-int pcm_convert_to_native_sint16(const pcm_sample_description_t *format,
-                                 const void *input, uint32_t nframes,
-                                 int16_t *result);
 #endif
This page took 0.009206 seconds and 4 git commands to generate.