mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 23:36:58 +00:00
csputils: fix mp_colorspace_equal missing field
Forgot to equality test for mp_colorspace.light
This commit is contained in:
parent
e97c79bd79
commit
36f181e0d0
@ -813,6 +813,7 @@ bool mp_colorspace_equal(struct mp_colorspace c1, struct mp_colorspace c2)
|
||||
c1.levels == c2.levels &&
|
||||
c1.primaries == c2.primaries &&
|
||||
c1.gamma == c2.gamma &&
|
||||
c1.light == c2.light &&
|
||||
c1.sig_peak == c2.sig_peak;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user