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

Commit bacaad2d authored by Ram Mohan's avatar Ram Mohan Committed by android-build-merger
Browse files

Merge "fix uninitialized variable in SoftVideoDecoderOMXComponent.cpp" into...

Merge "fix uninitialized variable in SoftVideoDecoderOMXComponent.cpp" into oc-dev am: 17d79b7d am: 3c1ba2cd
am: b80dac1d

Change-Id: I0e745925ca621fab000bd55873e76ff2c0a69be3
parents 57900419 b80dac1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent(
        mCropWidth(width),
        mCropHeight(height),
        mOutputPortSettingsChange(NONE),
        mUpdateColorAspects(false),
        mMinInputBufferSize(384), // arbitrary, using one uncompressed macroblock
        mMinCompressionRatio(1),  // max input size is normally the output size
        mComponentRole(componentRole),