Loading media/codec2/sfplugin/CCodec.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1075,8 +1075,7 @@ void CCodec::configure(const sp<AMessage> &msg) { } else { if ((config->mDomain & Config::IS_ENCODER) || !surface) { if (vendorSdkVersion < __ANDROID_API_S__ && (format == COLOR_FormatYUV420Flexible || format == COLOR_FormatYUV420Planar || (format == COLOR_FormatYUV420Planar || format == COLOR_FormatYUV420PackedPlanar || format == COLOR_FormatYUV420SemiPlanar || format == COLOR_FormatYUV420PackedSemiPlanar)) { Loading Loading
media/codec2/sfplugin/CCodec.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1075,8 +1075,7 @@ void CCodec::configure(const sp<AMessage> &msg) { } else { if ((config->mDomain & Config::IS_ENCODER) || !surface) { if (vendorSdkVersion < __ANDROID_API_S__ && (format == COLOR_FormatYUV420Flexible || format == COLOR_FormatYUV420Planar || (format == COLOR_FormatYUV420Planar || format == COLOR_FormatYUV420PackedPlanar || format == COLOR_FormatYUV420SemiPlanar || format == COLOR_FormatYUV420PackedSemiPlanar)) { Loading