RtspFace/PL_AndroidSurfaceViewRender.h
@@ -10,13 +10,15 @@ bool outputRenderFrame; int scaleToWidth; // <=0 to fit size by windowSurfaceDecode int scaleToHeight; bool directlyDisplay; PL_AndroidSurfaceViewRender_Config() : windowSurface(nullptr), outputOriginFrame(false), outputRenderFrame(true), scaleToWidth(0), scaleToHeight(0) scaleToHeight(0), directlyDisplay(false) {} };