obs-ffmpeg: Remove overly verbose FFmpeg logging

For the time being, FFmpeg logging is disabled due to the fact that it
can just output way too much data.
This commit is contained in:
jp9000
2016-01-23 02:39:49 -08:00
parent 22885713b0
commit 7f0f3d25c9

View File

@@ -116,7 +116,7 @@ bool obs_module_load(void)
da_init(active_log_contexts);
da_init(cached_log_contexts);
av_log_set_callback(ffmpeg_log_callback);
//av_log_set_callback(ffmpeg_log_callback);
obs_register_source(&ffmpeg_source);
obs_register_output(&ffmpeg_output);