codecs: h264dec: Improve the low latency for live mode
We improve the low latency by:
- Add another bump check after inserting current picture in to dpb to avoid latency of another decoder circle.
- Ensure the max_num_reorder_frames to be 0 for base profile without picture ordering, that can hit the fast bump path.
This patch depends on !2432 (merged)