Hi, On Wed, Sep 11, 2024 at 5:41 PM Yigithan Yigit <[email protected]> wrote: > Yes, metadata callbacks are not coming in order. I looked libavutil and I > couldn’t find a data structure for this use case. I am open to suggestions If > we don’t prefer to use this data structure.
Could we somehow get the AVFrame pointer in your custom callback data or the VmafMetadata data? When all of the expected metadata is written then you'll know you're ready to forward the frame through the filtergraph. Doing it this way hopefully avoids a lot of the code and traversing through linked lists looking for AVFrame pointers as you've done. Thanks, Kyle _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
