mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +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 |
||
|---|---|---|
| .. | ||
| base | ||
| codec | ||
| common | ||
| hal | ||
| inc | ||
| legacy | ||
| vproc | ||
| CMakeLists.txt | ||
| codecs.cmake | ||
| mpi.cpp | ||
| mpp.cpp | ||
| mpp_impl.cpp | ||
| mpp_info.cpp | ||
| vproc.cmake | ||