From 85e6f6d9c180fe717d9c0baf37c3cb6cd80360a1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 17 Dec 2012 16:33:00 +0100 Subject: [PATCH] doc/indevs: update syntax for the color filter in the lavfi device examples --- doc/indevs.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6ccd12c8e3..621e1de978 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