Skip to content

Commit 2e959c8

Browse files
committed
Add debug message
1 parent 44eb354 commit 2e959c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ int main(int argc, char **argv)
263263
char *iv_path = "user_input/iv";
264264

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

0 commit comments

Comments
 (0)