Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit ba0bea3

Browse files
authored
Revert "Identify keyframe packets for FEC protection (#104)" (#105)
This reverts commit 19199df.
1 parent 19199df commit ba0bea3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/rtp_rtcp/source/rtp_sender_video.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,6 @@ bool RTPSenderVideo::SendVideo(
619619

620620
packet->set_allow_retransmission(allow_retransmission);
621621

622-
packet->set_is_key_frame(video_header.frame_type == VideoFrameType::kVideoFrameKey);
623-
624622
// Put packetization finish timestamp into extension.
625623
if (packet->HasExtension<VideoTimingExtension>()) {
626624
packet->set_packetization_finish_time_ms(clock_->TimeInMilliseconds());

0 commit comments

Comments
 (0)