Change comment

This commit is contained in:
Vanilagy
2026-03-06 16:12:30 +01:00
parent 2087658eea
commit 397c464846
+1 -1
View File
@@ -1322,7 +1322,7 @@ export class MediaStreamVideoTrackSource extends VideoSource {
return;
}
// Generate an initial frame from the video element
// This will be the first frame
const frame = new VideoFrame(video, {
timestamp: 1000 * performance.now(),
});