Skip to content

va: h264enc: Do not let L0 number surplus the HW limitation.

He Junyan requested to merge He_Junyan/gstreamer:limit_H264_l0 into main

The algorithm to calculate the L0/L1 number may let the L0 number surplus the HW limitation. We should ensure that limitation after that calculation.

Merge request reports