Move FFmpeg callback initialization

Configure FFmpeg log redirection on start from a log helper.
This commit is contained in:
Romain Vimont
2023-02-23 12:49:42 +01:00
parent f30fd963a1
commit 10e8295aea
4 changed files with 49 additions and 39 deletions

View File

@@ -35,4 +35,7 @@ bool
sc_log_windows_error(const char *prefix, int error);
#endif
void
sc_log_configure();
#endif