Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Somehow this fixes Flyleaf recording??? (issue #388)
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdpol committed Mar 25, 2022
1 parent a255b0f commit ec6eac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RaceControl/RaceControl/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static void InitializeFlyleaf()
{
FFmpegPath = Path.Combine(Environment.CurrentDirectory, "FFmpeg"),
//LogOutput = FolderUtils.GetFlyleafLogFilePath(),
LogLevel = FlyleafLib.LogLevel.Warn,
LogLevel = FlyleafLib.LogLevel.Debug,
FFmpegLogLevel = FFmpegLogLevel.Warning
});
}
Expand Down

0 comments on commit ec6eac8

Please sign in to comment.