diff --git a/doc/indevs.texi b/doc/indevs.texi
index 6ccd12c8e38873092b26f568c972af11f26871bc..621e1de9785fc24c918cf0ed9d278471d7ed4fc2 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -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