You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Unable to provide valid hw_frames_ctx for CUDA filter chain in JavaCV GPU pipeline #2365
I added safe handling in FFmpegFrameFilter to avoid setting a hardware pixel format on the buffer source (which requires hw_frames_ctx) by auto-falling back to a software format and logging a warning. I also added a small test to verify hwupload_cuda,scale_cuda works when the filter input pix_fmt is software.
0 commit comments