Fix comparison of difference enum types
This commit is contained in:
parent
d5365a25d4
commit
a3f0281c30
@ -237,7 +237,7 @@ quint16 StreamBase::frameLen(int streamIndex) const
|
|||||||
pktLen = frameLenMin() + (pktLen %
|
pktLen = frameLenMin() + (pktLen %
|
||||||
(frameLenMax() - frameLenMin() + 1));
|
(frameLenMax() - frameLenMin() + 1));
|
||||||
break;
|
break;
|
||||||
case OstProto::StreamCore::e_fl_imix: {
|
case e_fl_imix: {
|
||||||
// 64, 594, 1518 in 7:4:1 ratio
|
// 64, 594, 1518 in 7:4:1 ratio
|
||||||
// sizes mixed up intentionally below
|
// sizes mixed up intentionally below
|
||||||
static int imixPattern[12]
|
static int imixPattern[12]
|
||||||
|
Loading…
Reference in New Issue
Block a user