Skip to content

Commit 00e8beb

Browse files
committed
SBCDecoder log framelen
1 parent a653c4b commit 00e8beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioCodecs/CodecSBC.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class SBCDecoder : public AudioDecoder {
6767
int count = length;
6868
if (is_first) {
6969
framelen = firstWrite(data, length);
70+
LOGI("framelen: %d", framelen);
7071
// check if we have a valid frame length
7172
if (isValidFrameLen(framelen)) {
7273
start = start + framelen;

0 commit comments

Comments
 (0)