Skip to content

Commit

Permalink
Дополнение.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Jun 28, 2024
1 parent d34637d commit b04c671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filters/parser/MpegSplitter/MpegSplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ HRESULT CMpegSplitterFilter::DeliverPacket(std::unique_ptr<CPacket> p)
// Dolby Vision RPU
// TODO - check for NALU_TYPE_HEVC_EOSEQ
m_MasterDVStreamPacket->AppendData(Nalu.GetNALBuffer(), Nalu.GetLength());
break;
}
}

Expand Down

0 comments on commit b04c671

Please sign in to comment.