SupportsFilter("program_opencl") always returned false because
program_opencl was missing from the _requiredFilters list in
EncoderValidator. GetFFmpegFilters() only reports filters that are
in that whitelist, so IsCrtShaderEnabled() was silently always false.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>