VideoFormatChange
VideoFormatChange(width, height, widthAspect, heightAspect);
VideoFormatChange(width, height, width, height);
VideoFormatChange(forcedWidth, forcedHeight,
VideoFormatChange(width, height, lround(width * widthScale), height);
VideoFormatChange(width, height, widthAspect, heightAspect);
void VideoFormatChange(int width, int height,
VideoFormatChange(fSourceWidth, fSourceHeight, 1.0, 1.0);
VideoFormatChange(fSourceWidth, fSourceHeight, 1.06666, 1.0);
VideoFormatChange(fSourceWidth, fSourceHeight, 1.09091, 1.0);
VideoFormatChange(fSourceWidth, fSourceHeight, 1.41176, 1.0);
VideoFormatChange(720, 576, 1.06666, 1.0);
VideoFormatChange(704, 576, 1.09091, 1.0);
VideoFormatChange(544, 576, 1.41176, 1.0);
VideoFormatChange(fSourceWidth, fSourceHeight, fWidthScale, fHeightScale);
void VideoFormatChange(int width, int height, float width_scale, float height_scale);