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

Commit 9abbd0fb authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 3eb46d17: Merge "Fix of uninitialized mIsDrm variable."

* commit '3eb46d17':
  Fix of uninitialized mIsDrm variable.
parents 5bc5bf39 3eb46d17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public:
    }

protected:
    MediaExtractor() {}
    MediaExtractor() : mIsDrm(false) {}
    virtual ~MediaExtractor() {}

private: