Skip to content

Commit 734463e

Browse files
committed
avformat/whip: remove extra blank lines
Signed-off-by: Jack Lau <jacklau1222@qq.com>
1 parent 1b0aeea commit 734463e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libavformat/whip.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,10 +1936,8 @@ static int whip_write_packet(AVFormatContext *s, AVPacket *pkt)
19361936
const RtpHistoryItem * it = rtp_history_find(whip, seq);
19371937
if (it)
19381938
send_rtx_packet(s, it->pkt, it->size);
1939-
19401939
}
19411940
}
1942-
19431941
}
19441942
ptr += len;
19451943
}

0 commit comments

Comments
 (0)