Files
jellyfin/MediaBrowser.Controller/MediaEncoding
mani cddaff96c2 Fix CRT shader: add OpenCL capability check and scale_opencl syntax
- IsCrtShaderEnabled now guards on SupportsHwaccel("opencl"),
  SupportsFilter("program_opencl") and SupportsFilter("scale_opencl")
  so the filter is silently skipped instead of causing an FFmpeg error
  when OpenCL is unavailable
- Drop w=iw:h=ih from scale_opencl (iw/ih are not valid expressions in
  the OpenCL scale filter; omitting them defaults to input dimensions)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 14:24:38 +01:00
..