On 5/11/2023 5:04 PM, James Almer wrote: > As this is a AV_CODEC_CAP_OTHER_THREADS decoder, threading is handled by the > underlying library. In this case, the frame delay is calculated by libdav1d > based on the values from avctx->thread_count and the private max_frame_delay > option. > Make said max_frame_delay option an exported one, and store the final delay > used by libdav1d here, for the caller to query if needed. > > Signed-off-by: James Almer <jamr...@gmail.com> > ---
I can confirm this works as expected. - Derek _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".