Skip to content

Commit

Permalink
Merge pull request #435 from jellyfin/fix-ocl-intel
Browse files Browse the repository at this point in the history
Fix compilation of CL kernel on Intel
  • Loading branch information
nyanmisaka authored Aug 10, 2024
2 parents 59881f0 + 2a7f075 commit 6d17ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ Index: FFmpeg/libavfilter/opencl/tonemap.cl
+ sig_g = eotf_st2084x4(sig_g);
+ sig_b = eotf_st2084x4(sig_b);
+ #else
+ sig = inverse_eotf_st2084x4(sig)
+ sig = inverse_eotf_st2084x4(sig);
+ MAP_FOUR_PIXELS(sig, src_peak_delin_pq, dst_peak_delin_pq)
+ sig = eotf_st2084x4(sig);
+ #endif
Expand Down

0 comments on commit 6d17ace

Please sign in to comment.