Skip to content

Commit 72db49c

Browse files
authored
Merge pull request #167 from w3c/videoframe_clone_close
Add refcounting semantics to VideoFrame
2 parents 5b33d7f + 4829102 commit 72db49c

File tree

2 files changed

+327
-223
lines changed

2 files changed

+327
-223
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ remote-index: index.src.html
1616
--output index.html \
1717
--write-out "%{http_code}" \
1818
--header "Accept: text/plain, text/html" \
19+
-F die-on=warning \
1920
2021
[[ "$$HTTP_STATUS" -eq "200" ]]) || ( \
2122
echo ""; cat index.html; echo ""; \

0 commit comments

Comments
 (0)