mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +00:00
FFMpeg: disable verbose logging
This commit is contained in:
parent
595284dc9b
commit
7fa7fb7421
@ -6,7 +6,7 @@
|
||||
|
||||
+ (void)initializeGlobals {
|
||||
#if DEBUG
|
||||
av_log_set_level(AV_LOG_VERBOSE);
|
||||
av_log_set_level(AV_LOG_ERROR);
|
||||
#else
|
||||
av_log_set_level(AV_LOG_QUIET);
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user