Skip to content

Commit fef4b75

Browse files
authored
Merge pull request #1791 from glennguy/fix_unencrypted_transition_omega
[Backport] [FragmentedSampleReader] Fix transitions from unencrypted fragments to encrypted
2 parents 27174ac + fcfdb68 commit fef4b75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/samplereader/FragmentedSampleReader.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,9 @@ void CFragmentedSampleReader::UpdateSampleDescription()
466466
return;
467467
}
468468
}
469+
else {
470+
m_protectedDesc = nullptr;
471+
}
469472

470473
LOG::LogF(LOGDEBUG, "Codec fourcc: %s (%u)", CODEC::FourCCToString(desc->GetFormat()).c_str(),
471474
desc->GetFormat());

0 commit comments

Comments
 (0)