mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-09-27 05:25:53 +08:00
fix[buf_slot]: Correct coding mistakes.
Signed-off-by: Hongjin Li <vic.hong@rock-chips.com> Change-Id: Iac8cc16ea4c79d14c887ce5ff7102f28f89fb725
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user