mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:10:39 +01:00
fix[buf_slot]: Disable sys_cfg_info warnings for now
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
8675feb3d7
commit
8d6f968498
1 changed files with 2 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ static void generate_info_set(MppBufSlotsImpl *impl, MppFrame frame, RK_U32 forc
|
|||
|
||||
if (impl->align_chk_log_en) {
|
||||
impl->align_chk_log_en = 0;
|
||||
#if 0
|
||||
if (legacy_info_set.h_stride_by_pixel != sys_cfg_info_set.h_stride_by_pixel)
|
||||
mpp_logi("mismatch h_stride_by_pixel %d - %d\n",
|
||||
legacy_info_set.h_stride_by_pixel,
|
||||
|
|
@ -496,6 +497,7 @@ static void generate_info_set(MppBufSlotsImpl *impl, MppFrame frame, RK_U32 forc
|
|||
mpp_logi("mismatch size_total %d - %d\n",
|
||||
legacy_info_set.size_total,
|
||||
sys_cfg_info_set.size_total);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue