--- branches/release-1_3-branch/xvidcore/src/bitstream/bitstream.c 2019/01/17 10:34:38 2165 +++ branches/release-1_3-branch/xvidcore/src/bitstream/bitstream.c 2019/01/17 14:10:01 2166 @@ -860,8 +860,9 @@ dec->shape == VIDOBJLAY_SHAPE_RECTANGULAR && (coding_type == P_VOP || coding_type == I_VOP)) { - if (BitstreamGetBit(bs)); + if (BitstreamGetBit(bs)) { DPRINTF(XVID_DEBUG_ERROR, "RRV not supported (anymore)\n"); + } } if (dec->shape != VIDOBJLAY_SHAPE_RECTANGULAR) {