Skip to content

Commit

Permalink
[ci] Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 25, 2024
1 parent b6ab4a8 commit 7c23f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/score-plugin-gfx/Gfx/Libav/LibavOutputDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ static const std::map<QString, LibavOutputSettings> libav_preset_list{
.width = 1280,
.height = 720,
.rate = 30,
.video_encoder_short = "",
.video_encoder_short = "",
.audio_encoder_short = "pcm_s16le",
.audio_encoder_long = "",
.video_encoder_short = "",
.video_encoder_long = "",
.muxer = "wav",
.threads = 0,
}}
Expand Down

0 comments on commit 7c23f97

Please sign in to comment.