reimplement int16 conversion as pcm_reader
[fdkaac.git] / src / lpcm.h
index ae67a43fb6798a5f8e4becef295c65f54251dd4d..8e896ae07dbacf3838963cf1ad35ad2801cd4c19 100644 (file)
@@ -33,5 +33,5 @@ typedef struct pcm_sample_description_t {
 
 int pcm_convert_to_native_sint16(const pcm_sample_description_t *format,
                                  const void *input, uint32_t nframes,
-                                 int16_t **result, uint32_t *osize);
+                                 int16_t *result);
 #endif
This page took 0.00904 seconds and 4 git commands to generate.