]> git.sesse.net Git - bmusb/commit
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)
commitd2cda981ad9713b6267e6f98078a7e01d397a1b3
tree719c271e6ec7cd20f5ed957f92fe971982822ad7
parent09d972e62555fa07fe6bc31cd81da272a2e152e3
Fix v4l2proxy when stride != width * 2.

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.
v4l2proxy.cpp