[FFmpeg-cvslog] lavfi: rename vf_fifo.c -> fifo.c

Anton Khirnov git at videolan.org
Thu Jun 21 22:41:00 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed May 16 08:15:54 2012 +0200| [394a2a04527d480b605a4c7331222df03f964fcd] | committer: Anton Khirnov

lavfi: rename vf_fifo.c -> fifo.c

It will be used for audio too.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=394a2a04527d480b605a4c7331222df03f964fcd
---

 libavfilter/Makefile              |    2 +-
 libavfilter/{vf_fifo.c => fifo.c} |    0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 955a97c..a4cc7f3 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
similarity index 100%
rename from libavfilter/vf_fifo.c
rename to libavfilter/fifo.c



More information about the ffmpeg-cvslog mailing list