Skip to content

libs: decoder: h264: Add ref flags for splited field.

When split one frame into fields, the second field should also copy the reference flags.

Find this because of one conformance test. One frame is marked as long term ref and all slices following are fields and ref this frame. When we split the frame into fields for reference, the second field lose the reference flag.

Merge request reports