mirror of
https://github.com/google/liblc3.git
synced 2026-04-29 10:14:49 +00:00
fix: Typo in the lc3_frame_block_bytes function implementation
This commit is contained in:
committed by
Antoine SOULIER
parent
96a3af0beb
commit
1de85e2d9b
@@ -122,7 +122,7 @@ LC3_EXPORT int lc3_hr_frame_block_bytes(
|
||||
nchannels * lc3_max_frame_bytes(dt, sr) );
|
||||
}
|
||||
|
||||
LC3_EXPORT int lc3_frame_bock_bytes(int dt_us, int nchannels, int bitrate)
|
||||
LC3_EXPORT int lc3_frame_block_bytes(int dt_us, int nchannels, int bitrate)
|
||||
{
|
||||
return lc3_hr_frame_block_bytes(false, dt_us, 8000, nchannels, bitrate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user