diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-14 03:27:48 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-14 03:27:48 +0200 |
commit | d9be6e69cf0049efc16e37a06b102ba416ce5167 (patch) | |
tree | ea76a26b20a928bd4fc22c45dadf230a958ff99c /libavfilter | |
parent | 03e2ec32b88f410f90e696ec9ab3b744cc43de13 (diff) | |
download | ffmpeg-d9be6e69cf0049efc16e37a06b102ba416ce5167.tar.gz |
lavfi/testsrc: grammar fix in comment after 03e2ec32.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vsrc_testsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c index 3d2f93683f..fc8eb727b8 100644 --- a/libavfilter/vsrc_testsrc.c +++ b/libavfilter/vsrc_testsrc.c @@ -30,7 +30,7 @@ * rgbtestsrc is ported from MPlayer libmpcodecs/vf_rgbtest.c by * Michael Niedermayer. * - * smptebars and smptehdbars is by Paul B Mahol. + * smptebars and smptehdbars are by Paul B Mahol. */ #include <float.h> |