Quoting Lynne (2023-04-24 17:56:38) > @@ -3685,8 +3547,9 @@ static int vulkan_map_from(AVHWFramesContext *hwfc, > AVFrame *dst, > #endif > #endif > default: > - return vulkan_map_frame_to_mem(hwfc, dst, src, flags); > + break;
This seems like it's also removing the ability to map to memory at all. -- Anton Khirnov _______________________________________________ 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".
