Fix missing FramingParams equality check in ProcParams

This commit is contained in:
Daniel Gao 2024-11-18 10:33:32 -05:00
parent 4358c2d7a6
commit 2458ba4a29

View File

@ -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