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

Commit 2619b25

Browse files
authored
Fix ci failure caused by pr #122 (#124)
* Fix build failure on VS17 * Revert build failure caused by PR #122
1 parent d3c3c06 commit 2619b25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

video/rtp_video_stream_receiver.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ void RtpVideoStreamReceiver::OnReceivedPayloadData(
654654
packet->video_payload = std::move(fixed.bitstream);
655655
break;
656656
}
657-
}
658657
#endif
659658
} else {
660659
packet->video_payload = std::move(codec_payload);

0 commit comments

Comments
 (0)