fix[buf_slot]: Correct coding mistakes.

Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
Change-Id: Iac8cc16ea4c79d14c887ce5ff7102f28f89fb725
This commit is contained in:
Hongjin Li
2025-01-09 10:43:16 +08:00
parent 5afd495920
commit 86b846c0a0

View File

@@ -366,9 +366,9 @@ static void prepare_info_set_legacy(MppBufSlotsImpl *impl, MppFrame frame,
}
info_set->h_stride_by_byte = hal_hor_stride;
info_set->v_stride = hal_hor_stride;
info_set->v_stride = hal_ver_stride;
info_set->h_stride_by_pixel = hor_stride_pixel;
info_set->size_total = impl->buf_size;
info_set->size_total = size;
return;
}