Skip to content

Commit 63c68aa

Browse files
committed
remove comment
1 parent 32b7278 commit 63c68aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

examples/local_video/src/subscriber.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ async fn handle_track_subscribed(
266266
}
267267
let simulcast2 = simulcast.clone();
268268
std::thread::spawn(move || {
269-
// The user timestamp handler is automatically wired from the RtcVideoTrack,
270-
// so frame.user_timestamp_us is populated without manual setup.
271269
let mut sink = NativeVideoStream::new(video_track.rtc_track());
272270
let mut frames: u64 = 0;
273271
let mut last_log = Instant::now();

0 commit comments

Comments
 (0)