Commit 28030b6c by hoangtc Committed by Oliver Woodman

Temp workaround for [Internal: b/63092960]

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=160543009
parent 84f4fe5c
......@@ -681,9 +681,11 @@ import java.util.List;
drmInitData = drmInitData.copyWithSchemeType(schemeType);
}
parent.setPosition(childPosition);
} else {
drmInitData = null;
}
// TODO: Uncomment the following part when b/63092960 is fixed.
// else {
// drmInitData = null;
// }
List<byte[]> initializationData = null;
String mimeType = null;
......@@ -857,9 +859,11 @@ import java.util.List;
drmInitData = drmInitData.copyWithSchemeType(schemeType);
}
parent.setPosition(childPosition);
} else {
drmInitData = null;
}
// TODO: Uncomment the following part when b/63092960 is fixed.
// else {
// drmInitData = null;
// }
// If the atom type determines a MIME type, set it immediately.
String mimeType = null;
......
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