mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Internal bug, should not have happened 在同时编码与解码的时候 #34
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#34
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 @Coloryr on GitHub (Mar 25, 2024).
@Coloryr commented on GitHub (Mar 25, 2024):
如果只是单一编码或者解码没这个问题,而且这个问题是概率发生
问题发生在
avcodec_receive_frame@nyanmisaka commented on GitHub (Mar 25, 2024):
Not reproducible via FFmpeg CLI transcoding. More information is needed to locate which line in FFmpeg is throwing this error
AVERROR_BUG. There's indeed one inrkmppdec.cbut it is used as an assertion.@nyanmisaka commented on GitHub (Apr 24, 2024):
The problem cannot be reproduced through the CLI. My guess is that in the downstream application, the encoder takes up too many slots in the decoder buffer pool and the decoder is stuck.