Skip to content

Commit

Permalink
rename commit miss
Browse files Browse the repository at this point in the history
  • Loading branch information
huiping192 committed Sep 12, 2023
1 parent d1a8f3d commit 4939090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HPLiveKit/Coder/EncoderManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class EncoderManager: NSObject {
}

public func encodeVideo(sampleBuffer: CMSampleBuffer) {
videoEncoder.encodeVideoData(sampleBuffer: sampleBuffer)
videoEncoder.encode(sampleBuffer: sampleBuffer)
}
}

Expand Down

0 comments on commit 4939090

Please sign in to comment.