Skip to content

Commit d2433d8

Browse files
authored
add todo comment
1 parent 4196025 commit d2433d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opus_decoder/opus_decoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ int parseOpusTOC(uint8_t TOC_Byte){ // https://www.rfc-editor.org/rfc/rfc6716
187187

188188
// log_i("configNr %i, s %i, c %i", configNr, s, c);
189189

190-
if(c == 3) {
190+
if(c == 3) { // todo https://www.rfc-editor.org/rfc/rfc6716#page-16 3.2.3. at page 17
191191
log_e("an arbitrary number of frames in the packet is unsupported yet");
192192
vTaskDelay(1000);
193193
}

0 commit comments

Comments
 (0)