Add spacing

This commit is contained in:
Vanilagy
2026-07-18 15:27:06 +02:00
parent 94d42667f1
commit d2aea552d9
4 changed files with 4 additions and 0 deletions
@@ -23,6 +23,7 @@ import SampleFileUrl from '../../docs/assets/big-buck-bunny-trimmed.mp4';
// Enable codecs that aren't natively supported by WebCodecs.
registerAc3Decoder();
registerProresDecoder();
(document.querySelector('#sample-file-download') as HTMLAnchorElement).href = SampleFileUrl;
declare global {