videoparams: compare depth

Seems like a good thing to do
This commit is contained in:
itsmattkc
2021-05-13 16:27:17 +10:00
parent 58d062ad75
commit a5fbcf059e
+1
View File
@@ -160,6 +160,7 @@ bool VideoParams::operator==(const VideoParams &rhs) const
{
return width() == rhs.width()
&& height() == rhs.height()
&& depth() == rhs.depth()
&& time_base() == rhs.time_base()
&& format() == rhs.format()
&& pixel_aspect_ratio() == rhs.pixel_aspect_ratio()