Skip to content

Commit 088101c

Browse files
authored
fix typo in index.d.ts with filterVideoColorimetryEssentialProperties (Dash-Industry-Forum#4698)
1 parent 3104221 commit 088101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ declare namespace dashjs {
16481648
],
16491649
useMediaCapabilitiesApi?: boolean,
16501650
filterHDRMetadataFormatEssentialProperties?: boolean,
1651-
filterVideoColometryEssentialProperties?: boolean
1651+
filterVideoColorimetryEssentialProperties?: boolean
16521652
},
16531653
events?: {
16541654
eventControllerRefreshDelay?: number,

0 commit comments

Comments
 (0)