mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 04:30:40 +01:00
Platform: RK3576(vdpu383) Spec: av1 Error case: When using the Roku player, it crashes after seeking. Because dxva->frame_refs[mapped_idx].Index == -1, cdf_buf becomes NULL, which leads to a crash. The deeper cause is that after seeking, playback doesn’t start from an I-frame, so the reference frame info isn’t ready. Err log: Null pointer crash stack. Solution: Check frame_refs index validity to avoid crashes. Source: test_av1_1920x1080.mp4 (Likely reproducible with other AV1 sources.) Reported-by: Liming Xu <rimon.xu@rock-chips.com> Signed-off-by: Hongjin Li <vic.hong@rock-chips.com> Change-Id: Id55c2b00aa4c42eec2ccd780974e933a052864de |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| hal_av1d_vdpu383.c | ||
| hal_av1d_vdpu383.h | ||