Add missing TL_API

Gbp-Pq: Name 0002-Add-missing-TL_API.patch
This commit is contained in:
Sebastian Ramacher 2019-10-15 20:22:34 +02:00 committed by openKylinBot
parent b62f176896
commit 80ab42673a
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ TL_API int twolame_encode_buffer_float32(twolame_options * glopts,
* \return The number of bytes put in output buffer
* or a negative value on error
*/
int twolame_encode_buffer_float32_interleaved(twolame_options * glopts,
TL_API int twolame_encode_buffer_float32_interleaved(twolame_options * glopts,
const float pcm[],
int num_samples,
unsigned char *mp2buffer, int mp2buffer_size);