Skip to content

Commit 1de85e2

Browse files
anonymix007asoulier
authored andcommitted
fix: Typo in the lc3_frame_block_bytes function implementation
1 parent 96a3af0 commit 1de85e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lc3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ LC3_EXPORT int lc3_hr_frame_block_bytes(
122122
nchannels * lc3_max_frame_bytes(dt, sr) );
123123
}
124124

125-
LC3_EXPORT int lc3_frame_bock_bytes(int dt_us, int nchannels, int bitrate)
125+
LC3_EXPORT int lc3_frame_block_bytes(int dt_us, int nchannels, int bitrate)
126126
{
127127
return lc3_hr_frame_block_bytes(false, dt_us, 8000, nchannels, bitrate);
128128
}

0 commit comments

Comments
 (0)