Files
jellyfin/MediaBrowser.Controller/MediaEncoding
mani 945cb3a116 Fix CRT shader: remove build_opts (not supported by jellyfin-ffmpeg)
program_opencl in this jellyfin-ffmpeg version does not have a build_opts
option. This caused FFmpeg to exit with code 8 before even running.

The shader already has #ifndef SHADOW_MASK / #define SHADOW_MASK 2 / #endif
as defaults, so removing build_opts keeps the same Aperture Grille mask.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 00:11:46 +01:00
..