Revert "refactor(h264): add assert statements"

This reverts commit 7753c8966b.
This commit is contained in:
Shehriyar Qureshi 2023-01-28 20:04:17 +05:00
parent d625e1d2f8
commit 728c6fc562

View File

@ -140,7 +140,6 @@ impl NalParser {
// header of the last saved NAL.
did_find_boundary = true;
let nal_end_idx = idx;
debug_assert!(nal_start_idx < nal_end_idx);
let nal = data_copy.slice(
if nal_start_idx == 0 {