Skip to content

Commit

Permalink
patch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mithydolphin committed Dec 2, 2024
1 parent e917e09 commit 1f40b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/check/check_signed_video_auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,8 @@ START_TEST(remove_two_gop_in_start_of_stream)
// PIS MMMNP. -> (invalid)
// ISPPPPIS ......P. -> (valid)
// ISPPIS ....P. -> (valid)
// TODO: There is a flaw in this scenario. It would be best to expect no invalid GOPs in the
// stream, as the first validation should reset the validation status to ensure consistency.
struct validation_stats expected = {.valid_gops = 2,
.invalid_gops = 2,
.pending_nalus = 4,
Expand Down

0 comments on commit 1f40b06

Please sign in to comment.