]> git.sesse.net Git - ffmpeg/commitdiff
lavfi: fix comment, audio is supported now.
authorAnton Khirnov <anton@khirnov.net>
Mon, 21 May 2012 17:33:35 +0000 (19:33 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 22 May 2012 19:37:44 +0000 (21:37 +0200)
libavfilter/avfilter.h

index 3483569bce4fa90ba87a8917f0019a8aad5f8484..289c06c33119b37642780fb482e99d6b9ebc4d57 100644 (file)
@@ -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;