Commit 670bc2f8 by bachinger Committed by Oliver Woodman

Update hls package in PlaybackOutput

PiperOrigin-RevId: 401099169
parent 585b0bdd
......@@ -136,7 +136,7 @@ public final class PlaybackOutput implements Dumper.Dumpable {
|| entry instanceof IcyHeaders
|| entry instanceof IcyInfo
|| entry instanceof SpliceCommand
|| "com.google.android.exoplayer2.hls.HlsTrackMetadataEntry"
|| "com.google.android.exoplayer2.source.hls.HlsTrackMetadataEntry"
.equals(entry.getClass().getCanonicalName())) {
return entry.toString();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment