Skip to content

h264decoder: Don't handle gap frame num for the first picture

h264decoder: Don't handle gap frame num for the first picture

If the first picture is not IDR, it would have non-zero frame_num
but it's not gap. We should skip gap frame handling in that case
h264decoder: Add some debug messages
Edited by Seungha Yang

Merge request reports