mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
avfilter/buffersrc: reindent
This commit is contained in:
parent
f02a440814
commit
b18d1b094e
@ -379,7 +379,7 @@ static av_cold int init_audio(AVFilterContext *ctx)
|
|||||||
|
|
||||||
if (s->channel_layout_str) {
|
if (s->channel_layout_str) {
|
||||||
int n;
|
int n;
|
||||||
/* TODO reindent */
|
|
||||||
s->channel_layout = av_get_channel_layout(s->channel_layout_str);
|
s->channel_layout = av_get_channel_layout(s->channel_layout_str);
|
||||||
if (!s->channel_layout) {
|
if (!s->channel_layout) {
|
||||||
av_log(ctx, AV_LOG_ERROR, "Invalid channel layout %s.\n",
|
av_log(ctx, AV_LOG_ERROR, "Invalid channel layout %s.\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user