Commit d822e3cc by sheenachhabra Committed by Tofunmi Adigun-Hameed

Add only supported MdtaMetadataEntry

PiperOrigin-RevId: 536351494
(cherry picked from commit ba8b9d13d0f1e6cce16a4ff5ea9271f7dd5a9e36)
parent 4a7b4c88
......@@ -181,7 +181,9 @@ public final class InAppMuxer implements Muxer {
// LINT.IfChange(added_metadata)
if (entry instanceof Mp4LocationData
|| entry instanceof XmpData
|| entry instanceof MdtaMetadataEntry) {
|| (entry instanceof MdtaMetadataEntry
&& ((MdtaMetadataEntry) entry)
.key.equals(MdtaMetadataEntry.KEY_ANDROID_CAPTURE_FPS))) {
metadataEntries.add(entry);
}
}
......
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