Skip to content

h265parse lib: fix missing condition when parse PPS

wangfei requested to merge wangfei/gst-plugins-bad:pps into master

Follow h265 spec(04/2015), log2_max_transform_skip_block_size_minus2 should get with condition when transform_skip_enabled_flag is 1.

Merge request reports