mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
addr = mpp_buffer_get_ptr(desc->buffers[i]); core dump #2
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MapleAura on GitHub (Jan 13, 2024).
大佬您好,又来请教一个问题。
我在进行网络流解码或者文件解码操作时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 -堆栈:

采用调用ffmpeg接口的方式出现了同样的问题,mpp已经更新到官网最新,使用的是最新的6.1分支的代码。
附件是我测试用的视频
8.zip
@nyanmisaka commented on GitHub (Jan 13, 2024):
@MapleAura It was a regression. Please apply the latest commit
97e6a5eand try again.@MapleAura commented on GitHub (Jan 13, 2024):
好了 结果能拿到了 谢谢您