Fix missing FramingParams equality check in ProcParams
This commit is contained in:
parent
4358c2d7a6
commit
2458ba4a29
@ -11685,6 +11685,7 @@ bool ProcParams::operator ==(const ProcParams& other) const
|
|||||||
&& chmixer == other.chmixer
|
&& chmixer == other.chmixer
|
||||||
&& blackwhite == other.blackwhite
|
&& blackwhite == other.blackwhite
|
||||||
&& resize == other.resize
|
&& resize == other.resize
|
||||||
|
&& framing == other.framing
|
||||||
&& spot == other.spot
|
&& spot == other.spot
|
||||||
&& raw == other.raw
|
&& raw == other.raw
|
||||||
&& icm == other.icm
|
&& icm == other.icm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user