refactor(logging): separate logging from main (#2110)

This commit is contained in:
ReenigneArcher
2024-02-07 09:59:24 -05:00
committed by GitHub
parent 8373a8b947
commit 0aa4f06c39
50 changed files with 161 additions and 80 deletions

View File

@@ -8,6 +8,7 @@
#include "src/platform/macos/nv12_zero_device.h"
#include "src/config.h"
#include "src/logging.h"
// Avoid conflict between AVFoundation and libavutil both defining AVMediaType
#define AVMediaType AVMediaType_FFmpeg