Skip to content

Commit

Permalink
Add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
gbryant-arm committed Oct 20, 2022
1 parent 44eb354 commit 2e959c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ int main(int argc, char **argv)
char *iv_path = "user_input/iv";

// Decrypt input video
printf("Decrypting video...\n");
if (decrypt_video(encrypted_video_path, decrypted_video_path, key_path, iv_path) != 0) {
printf("Couldn't decrypt %s\n", encrypted_video_path);
return 1;
Expand Down

0 comments on commit 2e959c8

Please sign in to comment.