summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-16 08:15:54 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-21 07:38:14 +0200
commit394a2a04527d480b605a4c7331222df03f964fcd (patch)
tree392b0b41521869584728b0f3b1882335bdfc9741
parenta50b7562804e4b3e3935b4843dcbb0e48a3d1cf8 (diff)
lavfi: rename vf_fifo.c -> fifo.c
It will be used for audio too.
-rw-r--r--libavfilter/Makefile2
-rw-r--r--libavfilter/fifo.c (renamed from libavfilter/vf_fifo.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 955a97cafb..a4cc7f3737 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -47,7 +47,7 @@ OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o
OBJS-$(CONFIG_FIELDORDER_FILTER) += vf_fieldorder.o
-OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o
+OBJS-$(CONFIG_FIFO_FILTER) += fifo.o
OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o
OBJS-$(CONFIG_FPS_FILTER) += vf_fps.o
OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o
diff --git a/libavfilter/vf_fifo.c b/libavfilter/fifo.c
index 1785946a4f..1785946a4f 100644
--- a/libavfilter/vf_fifo.c
+++ b/libavfilter/fifo.c