mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavutil/pixelutils: add sad_32x32 in pixelutils API.
add sad_32x32 in pixelutils API, and update the fate. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
@@ -115,7 +115,7 @@ int main(void)
|
||||
goto end;
|
||||
|
||||
/* Exact buffer sizes, to check for overreads */
|
||||
for (i = 1; i <= 4; i++) {
|
||||
for (i = 1; i <= 5; i++) {
|
||||
for (align = 0; align < 3; align++) {
|
||||
int size1, size2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user