Browse Source

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.
jp9000 9 years ago
parent
commit
7f0f3d25c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/obs-ffmpeg/obs-ffmpeg.c

+ 1 - 1
plugins/obs-ffmpeg/obs-ffmpeg.c

@@ -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);