We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed9d06 commit 5f688a1Copy full SHA for 5f688a1
libavformat/whip.c
@@ -1943,7 +1943,7 @@ static int whip_write_packet(AVFormatContext *s, AVPacket *pkt)
1943
}
1944
/**
1945
* See https://datatracker.ietf.org/doc/html/rfc4585#section-6.1
1946
- * TODO: Handle multi NACK in boudary packets.
+ * TODO: Handle multi NACKs in bundled packet.
1947
*/
1948
uint16_t pid = AV_RB16(&whip->buf[ptr + 12]);
1949
uint16_t blp = AV_RB16(&whip->buf[ptr + 14]);
0 commit comments