MCPcopy Create free account
hub / github.com/FFMS/ffms2 / GetSubSamplingW

Function GetSubSamplingW

src/avisynth/avssources.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193static int GetSubSamplingW(const VideoInfo &vi) {
194 if ((vi.IsYUV() || vi.IsYUVA()) && !vi.IsY() && vi.IsPlanar())
195 return vi.GetPlaneWidthSubsampling(PLANAR_U);
196 else
197 return 0;
198}
199
200void AvisynthVideoSource::InitOutputFormat(
201 int ResizeToWidth, int ResizeToHeight, const char *ResizerName,

Callers 1

InitOutputFormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected