Commit b4d64c31 authored by stefano's avatar stefano

Fix/clarify description of the noformat filter.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20441 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 873a77c4
...@@ -134,7 +134,7 @@ AVFilter avfilter_vf_format = { ...@@ -134,7 +134,7 @@ AVFilter avfilter_vf_format = {
AVFilter avfilter_vf_noformat = { AVFilter avfilter_vf_noformat = {
.name = "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, .init = init,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment