Skip to content

Commit

Permalink
Update FFmpegWriter.cpp
Browse files Browse the repository at this point in the history
2nd Attempt to fix this in the GitHub file editor, lol
  • Loading branch information
jonoomph authored May 10, 2024
1 parent eed38ba commit a188a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FFmpegWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ AVStream *FFmpegWriter::add_audio_stream() {
// Set sample rate
c->sample_rate = info.sample_rate;

const uint64_t channel_layout = info.channel_layout;
auto channel_layout = info.channel_layout;
#if HAVE_CH_LAYOUT
// Set a valid number of channels (or throw error)
AVChannelLayout ch_layout;
Expand Down

0 comments on commit a188a4d

Please sign in to comment.