video:ColorBars: fix for hres not divisible by 8
This commit is contained in:
parent
ced763e3d9
commit
a916a1df24
|
@ -300,6 +300,9 @@ class ColorBarsPattern(Module):
|
||||||
NextValue(pix, 0),
|
NextValue(pix, 0),
|
||||||
NextValue(bar, bar + 1)
|
NextValue(bar, bar + 1)
|
||||||
)
|
)
|
||||||
|
).Else(
|
||||||
|
NextValue(pix, 0),
|
||||||
|
NextValue(bar, 0)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue