Skip to content

v4l2codecs: h264: Set frame type flags

V4L spec now requires decode_params flags to be set in accordance to the frame's type. In particular this is required by H.264 decoder of NVIDIA Tegra SoC to operate properly. Set the flags based on type of parsed slices.

https://lore.kernel.org/linux-media/20220220172950.3401-2-digetx@gmail.com/T/#u

Merge request reports