[FFmpeg-devel] [PATCH 3/3] lavfi: rename sink_buffer.c into buffersink.c.
Stefano Sabatini
stefasab at gmail.com
Sun Mar 10 18:09:36 CET 2013
On date Sunday 2013-03-10 16:02:07 +0100, Nicolas George encoded:
>
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> libavfilter/Makefile | 2 +-
> libavfilter/{sink_buffer.c => buffersink.c} | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename libavfilter/{sink_buffer.c => buffersink.c} (100%)
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index a391de8..a1d58d3 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -33,13 +33,13 @@ OBJS = allfilters.o \
> avfilter.o \
> avfiltergraph.o \
> buffer.o \
> + buffersink.o \
> buffersrc.o \
> drawutils.o \
> fifo.o \
> formats.o \
> graphdump.o \
> graphparser.o \
> - sink_buffer.o \
> transform.o \
> video.o \
>
> diff --git a/libavfilter/sink_buffer.c b/libavfilter/buffersink.c
> similarity index 100%
> rename from libavfilter/sink_buffer.c
> rename to libavfilter/buffersink.c
LGTM, thanks.
--
FFmpeg = Faithless & Friendly Mournful Philosophical Extreme Guru
More information about the ffmpeg-devel
mailing list