docs: fix rstride for UYVP

UYVP has 4 pixels of a 4:2:2 group packed into 5 bytes.

5 bytes = 5 * 8 bits = 4 * 10 bits = 40 bits
This commit is contained in:
Stephan Seitz 2023-09-28 00:18:15 +02:00
parent 1fb7cda048
commit e86232a1d9

View file

@ -941,7 +941,7 @@
depth: 10
Image
default rstride: RU4 (width * 2 * 5)
default rstride: RU2 (width) / 2 * 5
default size: rstride (image) * height
```