Oct 18, 2023, 18:55 by [email protected]: > From: Zhao Zhili <[email protected]> > > --- > fftools/ffplay.c | 30 ++++++++++ > fftools/ffplay_renderer.c | 117 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 147 insertions(+) >
This patch doesn't look correct, libplacebo and lavc have to share the same Vulkan device. Either create a hwcontext vulkan device and import it into libplacebo, which you would then use for decoding, or use libplacebo's context and initialize a lavu hwcontext from it. _______________________________________________ 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".
