Files
shaka-player/cspell.config.yaml
T
Wojciech Tyczyński ce08da5609 feat(DASH): Parse ProducerReferenceTime nodes (#8439)
This PR introduces support for `ProducerReferenceTime` tags in DASH.
When finding any, it emits event, similar to inband PRFTs added in
#4389.
Additionally, calculated start date from `ProducerReferenceTime` is used
as program start date, as it's more accurate value than
`MPD#availabilityStartTime` used before.
2025-04-10 16:49:47 +02:00

28 lines
518 B
YAML

$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: '0.2'
language: en
dictionaryDefinitions:
- name: project-words
path: ./project-words.txt
addWords: true
dictionaries:
- en_US
- en-gb
- typescript
- python
- project-words
ignorePaths:
- /**/*.html
- /**/*.less
- /**/*.sh
- /**/*.svg
- /**/*.yaml
- node_modules
- build/types
- build/README.md
- dist
- externs/*.js
- test/test/assets
- ui/locales
- /project-words.txt