Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HLS: Fix map data exists check when merging segments
`map_data` may resolve Truthy, while `map_data[1]` itself could be None, resulting in `None` being written to the stream.
- Loading branch information