rpivid_h265: Fix width/height typo

Signed-off-by: popcornmix <popcornmix@gmail.com>
This commit is contained in:
popcornmix
2020-09-21 14:02:44 +01:00
parent 09853cd5ea
commit 79f23992f2

View File

@@ -2178,7 +2178,7 @@ static int rpivid_h265_start(struct rpivid_ctx *ctx)
if (w > 4096)
w = 4096;
if (h == 0)
w = 1088;
h = 1088;
if (h > 4096)
h = 4096;
wxh = w * h;