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

Commit

Permalink
Revert "[HEVCe] Use long start code for IDR frame"
Browse files Browse the repository at this point in the history
This reverts commit cf9a192.
  • Loading branch information
walter-bai authored and dmitryermilov committed Dec 20, 2021
1 parent 2916196 commit 671fd7e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 671fd7e

Please sign in to comment.