mirror of
https://github.com/androidx/media.git
synced 2025-05-07 07:30:22 +08:00

ChunkSampleSource had a null check solely for the VTT case, where DashChunkSource wasn't setting a MediaFormat on VTT chunks. It's trivial to do so, and is more consistent, so I've done that and removed the null check. Also done some small tidying.