mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
5c31eaa999
commit
41ed7ab45f
@@ -67,7 +67,7 @@ void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size)
|
||||
// 0 - whole frame (possibly multiple frames)
|
||||
// 1 - first fragment
|
||||
// 2 - fragment continuation
|
||||
// 3 - last fragmement
|
||||
// 3 - last fragment
|
||||
frag = size <= max_pkt_size ? 0 : 1;
|
||||
|
||||
if (!frag && !xdt) { // do we have a whole frame of raw data?
|
||||
|
||||
Reference in New Issue
Block a user