Skip to content

Commit

Permalink
Fix compilation of CL kernel on Intel
Browse files Browse the repository at this point in the history
Signed-off-by: nyanmisaka <[email protected]>
  • Loading branch information
nyanmisaka authored Aug 10, 2024
1 parent 59881f0 commit 2a7f075
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 2a7f075

Please sign in to comment.