|
@@ -107,7 +107,7 @@ def download_sph_video(download_url, key):
|
|
|
raise RuntimeError(f"Video processing failed: {str(e)}") from e
|
|
|
|
|
|
|
|
|
-def decrypt_sph_video(video_path: str, key: int, save_path: str) -> None:
|
|
|
+def decrypt_sph_video(video_path: str, key, save_path: str) -> None:
|
|
|
"""
|
|
|
Decrypt video file using C library.
|
|
|
Args:
|