Skip to content
Commit afebddfa authored by Dave Stevenson's avatar Dave Stevenson Committed by Dom Cobley
Browse files

vc04_services: bcm2835-codec: Correct alignment requirements for YUYV



The firmware wants the YUYV format stride alignment to be to a multiple
of 32pixels / 64 bytes. The kernel driver was configuring it to a multiple
of 16 pixels / 32 bytes, which then failed when it tried starting to
stream.

Correct the alignment requirements.

Signed-off-by: default avatarDave Stevenson <dave.stevenson@raspberrypi.com>
parent bcbb9ffb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment