mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Fix failing tests, add missing license headers
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ import {
|
||||
import { customAudioDecoders, customVideoDecoders } from './custom-coder';
|
||||
import { isAllowSharedBufferSource, SetOptional } from './misc';
|
||||
|
||||
const canDecodeVideoMemo = new Map<string, Promise<boolean>>();
|
||||
const canDecodeAudioMemo = new Map<string, Promise<boolean>>();
|
||||
export const canDecodeVideoMemo = new Map<string, Promise<boolean>>();
|
||||
export const canDecodeAudioMemo = new Map<string, Promise<boolean>>();
|
||||
|
||||
const validateVideoDecodingConfig = (codec: VideoCodec, options: SetOptional<VideoDecoderConfig, 'codec'>) => {
|
||||
if (!options || typeof options !== 'object') {
|
||||
|
||||
Reference in New Issue
Block a user