Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91869903 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Expose MediaExtractor entry point to MediaMetrics" into rvc-qpr-dev-plus-aosp

parents 6dcc5fda 6b6699ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ JMediaExtractor::JMediaExtractor(JNIEnv *env, jobject thiz)
    mClass = (jclass)env->NewGlobalRef(clazz);
    mObject = env->NewWeakGlobalRef(thiz);

    mImpl = new NuMediaExtractor;
    mImpl = new NuMediaExtractor(NuMediaExtractor::EntryPoint::SDK);
}

JMediaExtractor::~JMediaExtractor() {