Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 671fd7e

Browse files
walter-baidmitryermilov
authored andcommitted
Revert "[HEVCe] Use long start code for IDR frame"
This reverts commit cf9a192.
1 parent 2916196 commit 671fd7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_studio/mfx_lib/encode_hw/hevc/agnostic/base/hevcehw_base_packer.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,6 @@ void Packer::PackNALU(BitstreamWriter& bs, NALU const & h)
463463
|| h.nal_unit_type == PPS_NUT
464464
|| h.nal_unit_type == AUD_NUT
465465
|| h.nal_unit_type == PREFIX_SEI_NUT
466-
|| h.nal_unit_type == IDR_W_RADL
467-
|| h.nal_unit_type == IDR_N_LP
468466
|| h.long_start_code;
469467

470468
if (bLongSC)

0 commit comments

Comments
 (0)