mirror of https://github.com/FFmpeg/FFmpeg.git
ff_vvc_output_frame is called before actually decoding. It's possible for ff_vvc_output_frame to select current frame to output. If current frame is nonref frame, it will be released by ff_vvc_unref_frame. Fix this by always marking the current frame with VVC_FRAME_FLAG_SHORT_REF, as is done by the HEVC decoder.release/7.1
parent
3f84d1d1fb
commit
5c66a3ab51
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue