Skip to content

Commit

Permalink
patch 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mithydolphin committed Dec 5, 2024
1 parent 7e61aa7 commit cfd0937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/signed_video_h26x_auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "legacy_validation.h"
#include "signed_video_authenticity.h" // create_local_authenticity_report_if_needed()
#include "signed_video_defines.h" // svrc_t
#include "signed_video_h26x_internal.h" // gop_state_*() , update_validation_flags()
#include "signed_video_h26x_internal.h" // gop_state_*(), update_validation_flags()
#include "signed_video_h26x_nalu_list.h" // h26x_nalu_list_append()
#include "signed_video_internal.h" // gop_info_t, gop_state_t
#include "signed_video_openssl_internal.h" // openssl_{verify_hash, public_key_malloc}()
Expand Down
2 changes: 1 addition & 1 deletion lib/src/signed_video_h26x_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ generate_sei_nalu(signed_video_t *self, uint8_t **payload, uint8_t **payload_sig
}

// Reset the |num_nalus_in_gop_hash| since we start a new GOP.
self->gop_info->num_nalus_in_gop_hash = 0;
gop_info->num_nalus_in_gop_hash = 0;
// Reset the |hash_list| by rewinding the |list_idx| since we start a new GOP.
gop_info->list_idx = 0;

Expand Down

0 comments on commit cfd0937

Please sign in to comment.