diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-17 16:33:00 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-18 00:06:35 +0100 |
commit | 85e6f6d9c180fe717d9c0baf37c3cb6cd80360a1 (patch) | |
tree | 17a3a4b8deb8bc3a0956ea69505f20ee17da94bd /doc | |
parent | 1f9855dbc1102e63fa7ce932d0edf0d545c89b09 (diff) | |
download | ffmpeg-85e6f6d9c180fe717d9c0baf37c3cb6cd80360a1.tar.gz |
doc/indevs: update syntax for the color filter in the lavfi device examples
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 4 |
1 files 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 |