Skip to content

Commit

Permalink
Fix muxing of HDR DV MKV to BD
Browse files Browse the repository at this point in the history
  • Loading branch information
DreckSoft committed Oct 8, 2023
1 parent 8117619 commit d6d1e0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsMuxer/hevcStreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ unsigned HEVCStreamReader::getStreamHeight() const { return m_sps ? m_sps->pic_h

int HEVCStreamReader::getStreamHDR() const
{
// return (m_hdr->isDVRPU || m_hdr->isDVEL) ? 4 : (m_hdr->isHDR10plus ? 16 : (m_hdr->isHDR10 ? 2 : 1));
return (m_hdr->isDVEL) ? 4 : (m_hdr->isHDR10plus ? 16 : (m_hdr->isHDR10 ? 2 : 1));
}

Expand Down

0 comments on commit d6d1e0e

Please sign in to comment.