Skip to content

Commit 2f662e1

Browse files
authored
Apply suggestions from code review
1 parent e3042eb commit 2f662e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api/VideoDecoder.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"flip_option": {
151151
"__compat": {
152152
"description": "`flip` configuration option",
153-
"spec_url": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-flip",
153+
"spec_url": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-flip",
154154
"tags": [
155155
"web-features:webcodecs"
156156
],
@@ -185,7 +185,7 @@
185185
"rotation_option": {
186186
"__compat": {
187187
"description": "`rotation` configuration option",
188-
"spec_url": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-rotation",
188+
"spec_url": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-rotation",
189189
"tags": [
190190
"web-features:webcodecs"
191191
],
@@ -407,7 +407,7 @@
407407
"flip_option": {
408408
"__compat": {
409409
"description": "`flip` configuration option",
410-
"spec_url": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-flip",
410+
"spec_url": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-flip",
411411
"tags": [
412412
"web-features:webcodecs"
413413
],
@@ -442,7 +442,7 @@
442442
"rotation_option": {
443443
"__compat": {
444444
"description": "`rotation` configuration option",
445-
"spec_url": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-rotation",
445+
"spec_url": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-rotation",
446446
"tags": [
447447
"web-features:webcodecs"
448448
],

api/VideoFrame.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"flip_option": {
7373
"__compat": {
7474
"description": "`flip` option",
75-
"spec_url": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-flip",
75+
"spec_url": "https://w3c.github.io/webcodecs/#dom-videoframeinit-rotation",
7676
"tags": [
7777
"web-features:webcodecs"
7878
],
@@ -107,7 +107,7 @@
107107
"rotation_option": {
108108
"__compat": {
109109
"description": "`rotation` option",
110-
"spec_url": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-rotation",
110+
"spec_url": "https://w3c.github.io/webcodecs/#dom-videoframeinit-rotation",
111111
"tags": [
112112
"web-features:webcodecs"
113113
],

0 commit comments

Comments
 (0)