mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-13 12:53:41 +08:00

1. The input ver_stride can not be set by EncParameter. It is better to align it to 8 not 16 to avoid green lines at bottom when the input frame buffer is not aligned to 16. 2. But the allocated buffer size should be aligned to 16 to avoid hardware error because hardware requires 16 aligned buffer to access. Change-Id: I402ac167f29e22c9c363135e95bb4ad431d3c3ef Signed-off-by: Herman Chen <herman.chen@rock-chips.com>