Skip to content

h264decoder: Fix picture inserting bugs for interlaced streams when DPB is full.

When DPB is full, we now directly output the picture. But that way is not OK for interlaced streams. We need to wait for the second field and make the frame complete.

Merge request reports