Merge "Fix initial buffer format for SoftVPX" into pi-dev am: 2c2fccd6d8
am: 7d45c96119

Change-Id: Iab2e9f23c791f0405160cce11ed87d0511bcbf8a
diff --git a/media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp b/media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp
index 361b873..672a37c 100644
--- a/media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp
+++ b/media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp
@@ -651,7 +651,6 @@
                 return OMX_ErrorBadPortIndex;
             }
 
-            mOutputFormat = OMX_COLOR_FormatYUV420Planar16;
             mHdrStaticInfo = hdrStaticInfoParams->sInfo;
             updatePortDefinitions(false);