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 {
|
+ (void)initializeGlobals {
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
av_log_set_level(AV_LOG_VERBOSE);
|
av_log_set_level(AV_LOG_ERROR);
|
||||||
#else
|
#else
|
||||||
av_log_set_level(AV_LOG_QUIET);
|
av_log_set_level(AV_LOG_QUIET);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user