In HEVC bitstreams, when do you actually see ref_pic_list_modification_flag_l0/l1 = 1 (and what types of content/encodes trigger it)?
I’m trying to understand which kinds of HEVC videos are more likely to contain reference picture list modification signaling (ref_pic_list_modification_flag_l0 / _l1 in the slice header).
From a practical standpoint (real encodes, not just the spec), what types of encodes tend to trigger list modification more often?
Examples I’m thinking about:
- hierarchical B / pyramid GOP (typical VOD)
- low-delay B (where both L0 and L1 come from past references)
- very high
--ref/ many active refs - use of long-term references (LTR), etc.
Any pointers or real-world observations would be appreciated.