diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 21:57:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 21:57:21 +0000 |
commit | 09da17810bdc2721e38650ef11e9c6df7142dea6 (patch) | |
tree | 1b428d2dcf291d08d0552120216b6448596b1b80 | |
parent | 143e3aa0310cdee7431fa01efbbeb6964f4a069f (diff) | |
download | ffmpeg-09da17810bdc2721e38650ef11e9c6df7142dea6.tar.gz |
Fix/clarify description of the noformat filter.
Originally committed as revision 20441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 1552848344..b9de3fc45d 100644 --- a/libavfilter/vf_format.c +++ b/libavfilter/vf_format.c @@ -134,7 +134,7 @@ AVFilter avfilter_vf_format = { AVFilter avfilter_vf_noformat = { .name = "noformat", - .description = "Force libavfilter not to use any of the specified pixel formats as the input to the next filter.", + .description = "Force libavfilter not to use any of the specified pixel formats for the input to the next filter.", .init = init, |