X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=src%2Flpcm.h;h=8e896ae07dbacf3838963cf1ad35ad2801cd4c19;hb=be234dc464159da366ec770fe8e5a958f317f7a9;hp=ae67a43fb6798a5f8e4becef295c65f54251dd4d;hpb=48e2f01c5653c8f643b2a763e1cfa2efc1eccd60;p=fdkaac.git diff --git a/src/lpcm.h b/src/lpcm.h index ae67a43..8e896ae 100644 --- a/src/lpcm.h +++ b/src/lpcm.h @@ -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