From 671fd7e0675609979088b90fc537ec1ba5574a31 Mon Sep 17 00:00:00 2001 From: walter-bai Date: Mon, 20 Dec 2021 16:20:05 +0800 Subject: [PATCH] Revert "[HEVCe] Use long start code for IDR frame" This reverts commit cf9a1927289ae1133df768d06677d8c477555fd4. --- .../encode_hw/hevc/agnostic/base/hevcehw_base_packer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/_studio/mfx_lib/encode_hw/hevc/agnostic/base/hevcehw_base_packer.cpp b/_studio/mfx_lib/encode_hw/hevc/agnostic/base/hevcehw_base_packer.cpp index 02a95264b5..53ee98fab7 100644 --- a/_studio/mfx_lib/encode_hw/hevc/agnostic/base/hevcehw_base_packer.cpp +++ b/_studio/mfx_lib/encode_hw/hevc/agnostic/base/hevcehw_base_packer.cpp @@ -463,8 +463,6 @@ void Packer::PackNALU(BitstreamWriter& bs, NALU const & h) || h.nal_unit_type == PPS_NUT || h.nal_unit_type == AUD_NUT || h.nal_unit_type == PREFIX_SEI_NUT - || h.nal_unit_type == IDR_W_RADL - || h.nal_unit_type == IDR_N_LP || h.long_start_code; if (bLongSC)