The HDR10 PQ SEI should be set only when the codec is HEVC and
the profile is MAIN10, otherwise some artefacts could be produced
on the encoded bitstream.
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
                        return ret;
        }
 
-       if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) {
+       if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC &&
+           ctr->profile.hevc == V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10) {
                struct hfi_hdr10_pq_sei hdr10;
                unsigned int c;