Files
jellyfin/MediaBrowser.Controller/MediaEncoding
mani 26668426d4 Fix CRT shader: simplify VAAPI path to mirror Jellyfin's own OCL pattern
All previous hwmap changes were based on diagnosing exit code 8 as a
mapping failure, but the real cause was always build_opts. Now that
build_opts is removed, use the same VAAPI→OpenCL→reverse(VAAPI)→QSV
pattern that Jellyfin already uses for the doOclTonemap+isVaInVaOut
path instead of the unnecessary QSV intermediate.

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