[FFmpeg-cvslog] doc/filters: fix typo

Dave Rice git at videolan.org
Wed Jul 2 13:17:26 CEST 2014


ffmpeg | branch: master | Dave Rice <dave at dericed.com> | Tue Jul  1 22:44:05 2014 -0400| [1619a0e2b8fdb873c43f0878da9f7dbe363314dc] | committer: Michael Niedermayer

doc/filters: fix typo

Signed-off-by: Dave Rice <dave at dericed.com>
Reviewed-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/filters.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index bc41484..f119a3a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7708,7 +7708,7 @@ ffprobe -f lavfi movie=example.mov,signalstats -show_entries frame_tags=lavfi.si
 @item
 Playback video while highlighting pixels that are outside of broadcast range in red.
 @example
-ffplay example.mov -vf values="out=brng:color=red"
+ffplay example.mov -vf signalstats="out=brng:color=red"
 @end example
 @end itemize
 



More information about the ffmpeg-cvslog mailing list