shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
1.95k stars 505 forks source link

fix: adaptation set IDs were referenced by lowest representation ID #1394

Closed cosmin closed 4 months ago

cosmin commented 4 months ago

After change to add forced command line ordering adaptation set IDs in places were referenced by their sort index (the minimum representation index they contained).

Instead always refer to adaptation sets by their own ID, and use the index only as an optional sort key.

Fixes #1393