mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
buffersink: K&R formatting cosmetics
This commit is contained in:
parent
979e9e8f36
commit
966689442e
@ -96,7 +96,6 @@ static int read_from_fifo(AVFilterContext *ctx, AVFrame *frame,
|
|||||||
av_frame_free(&tmp);
|
av_frame_free(&tmp);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int attribute_align_arg av_buffersink_get_samples(AVFilterContext *ctx,
|
int attribute_align_arg av_buffersink_get_samples(AVFilterContext *ctx,
|
||||||
@ -135,7 +134,6 @@ int attribute_align_arg av_buffersink_get_samples(AVFilterContext *ctx,
|
|||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if FF_API_AVFILTERBUFFER
|
#if FF_API_AVFILTERBUFFER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user