[FFmpeg-cvslog] doc/indevs: update syntax for the color filter in the lavfi device examples

Stefano Sabatini git at videolan.org
Tue Dec 18 00:07:40 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Dec 17 16:33:00 2012 +0100| [85e6f6d9c180fe717d9c0baf37c3cb6cd80360a1] | committer: Stefano Sabatini

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85e6f6d9c180fe717d9c0baf37c3cb6cd80360a1
---

 doc/indevs.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 6ccd12c..621e1de 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



More information about the ffmpeg-cvslog mailing list