This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 129744ac72f4620d672b127890c299e8402cebb5 Author: James Almer <[email protected]> AuthorDate: Sat Dec 27 18:09:03 2025 -0300 Commit: James Almer <[email protected]> CommitDate: Mon Dec 29 12:02:10 2025 -0300 avformat/iamf_writer: reindent after the previous change Signed-off-by: James Almer <[email protected]> --- libavformat/iamf_writer.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavformat/iamf_writer.c b/libavformat/iamf_writer.c index 0a03367fbb..e1820a7096 100644 --- a/libavformat/iamf_writer.c +++ b/libavformat/iamf_writer.c @@ -670,12 +670,12 @@ static int ambisonics_config(const IAMFAudioElement *audio_element, avio_w8(dyn_bc, audio_element->nb_substreams); // substream_count if (layer->ambisonics_mode == AV_IAMF_AMBISONICS_MODE_MONO) { - if (layer->ch_layout.order == AV_CHANNEL_ORDER_AMBISONIC) - for (int i = 0; i < layer->ch_layout.nb_channels; i++) - avio_w8(dyn_bc, i); - else - for (int i = 0; i < layer->ch_layout.nb_channels; i++) - avio_w8(dyn_bc, layer->ch_layout.u.map[i].id); + if (layer->ch_layout.order == AV_CHANNEL_ORDER_AMBISONIC) + for (int i = 0; i < layer->ch_layout.nb_channels; i++) + avio_w8(dyn_bc, i); + else + for (int i = 0; i < layer->ch_layout.nb_channels; i++) + avio_w8(dyn_bc, layer->ch_layout.u.map[i].id); } else { int nb_demixing_matrix = (ilayer->coupled_substream_count + ilayer->substream_count) * layer->ch_layout.nb_channels; if (nb_demixing_matrix != layer->nb_demixing_matrix) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
