If globalmv is enabled for a segment, it should never be intra
This is to match section 5.11.20 of the spec. The existing code in decode_b would mark the block as intra if globalmv was set but seg->ref == 0.
This is to match section 5.11.20 of the spec. The existing code in decode_b would mark the block as intra if globalmv was set but seg->ref == 0.
VideoLAN code repository instance