nyanmisaka / ffmpeg-rockchip

FFmpeg with async and zero-copy Rockchip MPP & RGA support
Other
326 stars 48 forks source link

addr = mpp_buffer_get_ptr(desc->buffers[i]); core dump #7

Closed MapleAura closed 5 months ago

MapleAura commented 5 months ago

大佬您好,又来请教一个问题。

我在进行网络流解码或者文件解码操作时hwcontext_rkmpp.c:397出现了core dump。 命令行如下: gdb --args ffmpeg -re -c:v h264_rkmpp -hwaccel_output_format drm_prime -i /xxx/8.mkv -an -sn -vframes 5000 -f null -

堆栈: image

采用调用ffmpeg接口的方式出现了同样的问题,mpp已经更新到官网最新,使用的是最新的6.1分支的代码。

附件是我测试用的视频 8.zip

nyanmisaka commented 5 months ago

@MapleAura It was a regression. Please apply the latest commit 97e6a5e and try again.

MapleAura commented 5 months ago

t was a regression

好了 结果能拿到了 谢谢您