Merge "fix uninitialized variable in SoftVideoDecoderOMXComponent.cpp" into oc-dev

am: 17d79b7da5

Change-Id: Ica3aca015218a80c69c568cf7ee2e3c1862837eb
gugelfrei
Ram Mohan 7 years ago committed by android-build-merger
commit e7f9a85b66

@ -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),

Loading…
Cancel
Save