diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 21:59:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 21:59:41 +0000 |
commit | dc264e77a3051e6d9eb5a3e9a42ee21d12cdf703 (patch) | |
tree | 653939f6b4ef57a87c7c0db8ab67e49820444952 /libavfilter | |
parent | 09da17810bdc2721e38650ef11e9c6df7142dea6 (diff) | |
download | ffmpeg-dc264e77a3051e6d9eb5a3e9a42ee21d12cdf703.tar.gz |
Change file doxy from
"video format and noformat filters" to
"format and noformat video filters",
as suggested by Diego.
Originally committed as revision 20442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c index b9de3fc45d..d80762b069 100644 --- a/libavfilter/vf_format.c +++ b/libavfilter/vf_format.c @@ -20,7 +20,7 @@ /** * @file libavfilter/vf_format.c - * video format and noformat filters + * format and noformat video filters */ #include "avfilter.h" |