From 4f7dfe12eaffe2ec2399cc52ce9a8cb9f8fdb741 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 6 Sep 2011 18:37:44 +0200 Subject: lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h This is done in order to clarify the non-video-specific nature of the buffersink code, as the result of the video/audio API unification of the previous commit, and for improving overall consistency. --- libavdevice/lavfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/lavfi.c') diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c index a1929ef0ec..1c5a3aaee4 100644 --- a/libavdevice/lavfi.c +++ b/libavdevice/lavfi.c @@ -34,7 +34,7 @@ #include "libavutil/pixdesc.h" #include "libavfilter/avfilter.h" #include "libavfilter/avfiltergraph.h" -#include "libavfilter/vsink_buffer.h" +#include "libavfilter/buffersink.h" #include "avdevice.h" typedef struct { -- cgit v1.2.3