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
|
||||
&& blackwhite == other.blackwhite
|
||||
&& resize == other.resize
|
||||
&& framing == other.framing
|
||||
&& spot == other.spot
|
||||
&& raw == other.raw
|
||||
&& icm == other.icm
|
||||
|
Loading…
x
Reference in New Issue
Block a user