[FFmpeg-cvslog] lavfi: fix comment, audio is supported now.

Anton Khirnov git at videolan.org
Wed May 23 22:00:59 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon May 21 19:33:35 2012 +0200| [0ce4a627c9b8bcd2c23d05ada3e4858684cb8127] | committer: Anton Khirnov

lavfi: fix comment, audio is supported now.

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

 libavfilter/avfilter.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 3483569..289c06c 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -338,8 +338,7 @@ struct AVFilterPad {
     const char *name;
 
     /**
-     * AVFilterPad type. Only video supported now, hopefully someone will
-     * add audio in the future.
+     * AVFilterPad type.
      */
     enum AVMediaType type;
 



More information about the ffmpeg-cvslog mailing list