OSDN Git Service

Fix of uninitialized mIsDrm variable.
authorHenrik B Andersson <henrikb.andersson@sonymobile.com>
Wed, 31 Oct 2012 12:02:47 +0000 (13:02 +0100)
committerJohan Redestig <johan.redestig@sonymobile.com>
Tue, 27 Nov 2012 09:17:01 +0000 (10:17 +0100)
commitbb983e5b4640555533241753f4a8e4b48331ed1d
treecfee2e54111c2861eeac900dc7056e98693192cb
parent33cf49b168a88a88167c46b01787a57b49cd875f
Fix of uninitialized mIsDrm variable.

The mIsDrm is a bool that isn't initialized.
This causes it to be true in most default cases.

Change-Id: I41b534514bf6a3ca88a9f0994b814d55fcd7453b
include/media/stagefright/MediaExtractor.h