X-Git-Url: http://git.ieval.ro/?p=fdkaac.git;a=blobdiff_plain;f=src%2Flpcm.h;h=b6598c93a3cd9682ad13ef200b6fe3e1130ae04e;hp=2ac93abf0cadb0bfdc893e7604fa908355bf163a;hb=a7e00a42195bd01fad75e5800fcbadeb1a5d3efd;hpb=b667da2b016734ec60c1c2ec118144c94508e596 diff --git a/src/lpcm.h b/src/lpcm.h index 2ac93ab..b6598c9 100644 --- a/src/lpcm.h +++ b/src/lpcm.h @@ -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