Skip to content

Commit

Permalink
kMsToRtpTimestamp は不要になるので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Oct 12, 2024
1 parent 4ef62cb commit 2b777de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sora_video_source.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class SoraVideoSource : public SoraTrackInterface {
const int height,
const int64_t timestamp_us);

const int kMsToRtpTimestamp = 90;
rtc::scoped_refptr<sora::ScalableVideoTrackSource> source_;
std::unique_ptr<std::thread> thread_;
std::mutex queue_mtx_;
Expand Down

0 comments on commit 2b777de

Please sign in to comment.