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

This commit is contained in:
Stefano Sabatini 2012-12-17 16:33:00 +01:00
parent 1f9855dbc1
commit 85e6f6d9c1

View File

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