This logic only covers the case of yuv420p. Extend this logic to cover *all* vertically subsampled YUV formats, which require the same interlaced scaling logic. Fortunately, we can get away with re-using the same code for both JPEG and MPEG range YUV, because the only difference here is the horizontal alignment. (Which I omit touching for now, to avoid introducing possibly unintended changes in default behavior)pull/390/head
parent
d799ad2404
commit
2d1aeba8f2
1 changed files with 7 additions and 5 deletions
Loading…
Reference in new issue