]> git.sesse.net Git - bmusb/commitdiff
Fix v4l2proxy when stride != width * 2.
authorSteinar H. Gunderson <steinar+naguru@gunderson.no>
Mon, 6 Apr 2020 17:12:28 +0000 (19:12 +0200)
committerBigscreen user <sesse@bigscreen.party.solskogen.no>
Mon, 6 Apr 2020 17:16:02 +0000 (19:16 +0200)
This is only for cleanness, since stride == width * 2 for all 8-bit
modes that we know of. Also fixes an overrun for non-SSE2.


No differences found