| 191 | } |
| 192 | |
| 193 | static 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 | |
| 200 | void AvisynthVideoSource::InitOutputFormat( |
| 201 | int ResizeToWidth, int ResizeToHeight, const char *ResizerName, |