Loading drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -62,8 +62,8 @@ status_t ClearKeyFetcher::ObtainKey(const sp<ABuffer>& buffer, } } ALOGV("descriptor_size=%zu", container.descriptor_size()); ALOGV("descriptor_size=%zu", container.descriptor_size()); // Sanity check to verify that the BroadcastEncryptor is sending a properly // Validate that the BroadcastEncryptor is sending a properly formed // formed EcmContainer. If it contains two Ecms, the ids should have different // EcmContainer. If it contains two Ecms, the ids should have different // parity (one odd, one even). This does not necessarily affect decryption // parity (one odd, one even). This does not necessarily affect decryption // but indicates a problem with Ecm generation. // but indicates a problem with Ecm generation. if (container.descriptor_size() == 2) { if (container.descriptor_size() == 2) { Loading Loading
drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -62,8 +62,8 @@ status_t ClearKeyFetcher::ObtainKey(const sp<ABuffer>& buffer, } } ALOGV("descriptor_size=%zu", container.descriptor_size()); ALOGV("descriptor_size=%zu", container.descriptor_size()); // Sanity check to verify that the BroadcastEncryptor is sending a properly // Validate that the BroadcastEncryptor is sending a properly formed // formed EcmContainer. If it contains two Ecms, the ids should have different // EcmContainer. If it contains two Ecms, the ids should have different // parity (one odd, one even). This does not necessarily affect decryption // parity (one odd, one even). This does not necessarily affect decryption // but indicates a problem with Ecm generation. // but indicates a problem with Ecm generation. if (container.descriptor_size() == 2) { if (container.descriptor_size() == 2) { Loading