From: Stefano Sabatini Date: Sun, 18 Oct 2009 23:00:11 +0000 (+0000) Subject: Make clear in the doxy that this is a *video* filter. X-Git-Tag: v0.6~2890 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/f28b385d47ed11c4389baa318949b18c8fc01ab3?ds=sidebyside Make clear in the doxy that this is a *video* filter. Originally committed as revision 20298 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c index ad4095f..9ddad6a 100644 --- a/libavfilter/vf_null.c +++ b/libavfilter/vf_null.c @@ -18,7 +18,7 @@ /** * @file libavfilter/vf_null.c - * null filter + * null video filter */ #include "avfilter.h"