Commit edab63a4 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '96668944'

* commit '96668944':
  buffersink: K&R formatting cosmetics

Conflicts:
	libavfilter/buffersink.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 63c01135 96668944
...@@ -173,7 +173,6 @@ static int read_from_fifo(AVFilterContext *ctx, AVFrame *frame, ...@@ -173,7 +173,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,
...@@ -218,7 +217,6 @@ int attribute_align_arg av_buffersink_get_samples(AVFilterContext *ctx, ...@@ -218,7 +217,6 @@ int attribute_align_arg av_buffersink_get_samples(AVFilterContext *ctx,
} }
return ret; return ret;
} }
AVBufferSinkParams *av_buffersink_params_alloc(void) AVBufferSinkParams *av_buffersink_params_alloc(void)
......
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