am 7bbc79fd: am 91f6aaaf: am 2d2d5943: am f3172c62: Merge "MediaDrm#mNativeContext is a long, not int."
* commit '7bbc79fd68ea358891ef7e7fa758c009491c4ea0': MediaDrm#mNativeContext is a long, not int.
This commit is contained in:
@@ -491,7 +491,7 @@ static sp<JDrm> setDrm(
|
|||||||
if (old != NULL) {
|
if (old != NULL) {
|
||||||
old->decStrong(thiz);
|
old->decStrong(thiz);
|
||||||
}
|
}
|
||||||
env->SetIntField(thiz, gFields.context, (int)drm.get());
|
env->SetLongField(thiz, gFields.context, reinterpret_cast<jlong>(drm.get()));
|
||||||
|
|
||||||
return old;
|
return old;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user