Revert "refactor(h264): add assert statements"
This reverts commit 7753c8966b
.
This commit is contained in:
parent
d625e1d2f8
commit
728c6fc562
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user