Skip to content

libs plugins: decoder: Add -intra profile support for hevc.

In hevc, we can consider the -intra profile a subset of the none -intra profile. The -intra profiles just contain I frames and we definitely can use the none -intra profiles's context to decode them.

Merge request reports