Fix comparison of difference enum types

This commit is contained in:
Srivats P 2021-09-23 08:31:52 +05:30
parent d5365a25d4
commit a3f0281c30

View File

@ -237,7 +237,7 @@ quint16 StreamBase::frameLen(int streamIndex) const
pktLen = frameLenMin() + (pktLen %
(frameLenMax() - frameLenMin() + 1));
break;
case OstProto::StreamCore::e_fl_imix: {
case e_fl_imix: {
// 64, 594, 1518 in 7:4:1 ratio
// sizes mixed up intentionally below
static int imixPattern[12]