Skip to content

Commit e352610

Browse files
committed
Suppress warnings.
1 parent b718080 commit e352610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RTMPHaishinKit/Sources/RTMP/RTMPStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ public actor RTMPStream {
693693
metadata["videocodecid"] = outgoing.videoSettings.format.codecid
694694
metadata["videodatarate"] = outgoing.videoSettings.bitRate / 1000
695695
if let expectedFrameRate = outgoing.videoSettings.expectedFrameRate {
696-
metadata["framerate"] = outgoing.videoSettings.expectedFrameRate
696+
metadata["framerate"] = expectedFrameRate
697697
}
698698
}
699699
if let audioFormat = outgoing.audioInputFormat?.audioStreamBasicDescription {

0 commit comments

Comments
 (0)