Commit b18d1b09 authored by Clément Bœsch's avatar Clément Bœsch

avfilter/buffersrc: reindent

parent f02a4408
......@@ -379,7 +379,7 @@ static av_cold int init_audio(AVFilterContext *ctx)
if (s->channel_layout_str) {
int n;
/* TODO reindent */
s->channel_layout = av_get_channel_layout(s->channel_layout_str);
if (!s->channel_layout) {
av_log(ctx, AV_LOG_ERROR, "Invalid channel layout %s.\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment