Skip to content

Commit 068089b

Browse files
authored
Change timestamp type to 'long long' in KDL
1 parent 0afc9c0 commit 068089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inputfiles/patches/webrtc-encoded-transform.kdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// The spec removed `timestamp` but browsers still have it as of 2025-12
44
// https://github.com/w3c/webrtc-encoded-transform/pull/204
55
interface RTCEncodedAudioFrame {
6-
property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
6+
property timestamp type="long long" readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
77
}
88

99
interface RTCEncodedVideoFrame {
10-
property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
10+
property timestamp type="long long" readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
1111
}
1212

1313
removals {

0 commit comments

Comments
 (0)