Arcus92 / libpgs-js

Renderer for graphical subtitles (PGS) in the browser.
MIT License
4 stars 0 forks source link

Fix PGS implementation #4

Closed Arcus92 closed 2 months ago

Arcus92 commented 2 months ago

The old implementation ignored segments from previous display sets. However, the PGS specification does only clear previous segments if the composition state is set.

The new implementation now collects all active segments from previous segments.