[FFmpeg-trac] #11601(avcodec:new): VVC decode fails after decoding few frames
FFmpeg
trac at avcodec.org
Wed May 21 12:05:10 EEST 2025
#11601: VVC decode fails after decoding few frames
-----------------------------------+----------------------------------
Reporter: Kirithika | Type: defect
Status: new | Priority: normal
Component: avcodec | Version: 7.1
Keywords: vvc | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-----------------------------------+----------------------------------
Summary of the bug:
VVC decode using ffmpeg's native VVC decoder failed after decoding 68/300
frames.The message "Error allocating frame, DPB full" could be seen on the
console. Decoding the bitstream using
https://github.com/fraunhoferhhi/vvdec was successful. Hence suspecting
this could be a bug in native VVC decoder related to max DPB size.
How to reproduce:
{{{
ffmpeg -v 9 -loglevel 99 -i input 960x540_8bit.vvc 960x540_8bit.yuv
}}}
ffmpeg version n7.1.1-17-g24de8a98cf-20250520 Copyright (c) 2000-2025 the
FFmpeg developers built with gcc 15.1.0 (crosstool-NG 1.27.0.42_35c1e72)
Please find the console log and input file attached.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11601>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list