Commit 85e6f6d9 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/indevs: update syntax for the color filter in the lavfi device examples

parent 1f9855db
...@@ -341,14 +341,14 @@ the option @var{graph}. ...@@ -341,14 +341,14 @@ the option @var{graph}.
@item @item
Create a color video stream and play it back with @command{ffplay}: Create a color video stream and play it back with @command{ffplay}:
@example @example
ffplay -f lavfi -graph "color=pink [out0]" dummy ffplay -f lavfi -graph "color=c=pink [out0]" dummy
@end example @end example
@item @item
As the previous example, but use filename for specifying the graph As the previous example, but use filename for specifying the graph
description, and omit the "out0" label: description, and omit the "out0" label:
@example @example
ffplay -f lavfi color=pink ffplay -f lavfi color=c=pink
@end example @end example
@item @item
......
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