Skip to content

Commit 5f688a1

Browse files
committed
avformat/whip: fix typo
Signed-off-by: Jack Lau <jacklau1222@qq.com>
1 parent 2ed9d06 commit 5f688a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavformat/whip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ static int whip_write_packet(AVFormatContext *s, AVPacket *pkt)
19431943
}
19441944
/**
19451945
* See https://datatracker.ietf.org/doc/html/rfc4585#section-6.1
1946-
* TODO: Handle multi NACK in boudary packets.
1946+
* TODO: Handle multi NACKs in bundled packet.
19471947
*/
19481948
uint16_t pid = AV_RB16(&whip->buf[ptr + 12]);
19491949
uint16_t blp = AV_RB16(&whip->buf[ptr + 14]);

0 commit comments

Comments
 (0)