diff options
author | Dave Rice <dave@dericed.com> | 2014-07-01 22:44:05 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-02 13:09:12 +0200 |
commit | 1619a0e2b8fdb873c43f0878da9f7dbe363314dc (patch) | |
tree | 6b22a3fea29876ad9f5f76d4a814fee314af569d /doc | |
parent | 4930cd13d634d5f4e284de3a955d5c6a84fd65e2 (diff) | |
download | ffmpeg-1619a0e2b8fdb873c43f0878da9f7dbe363314dc.tar.gz |
doc/filters: fix typo
Signed-off-by: Dave Rice <dave@dericed.com>
Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index bc41484e51..f119a3ae6d 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 |