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>
This commit is contained in:
Dave Rice 2014-07-01 22:44:05 -04:00 committed by Michael Niedermayer
parent 4930cd13d6
commit 1619a0e2b8
1 changed files with 1 additions and 1 deletions

View File

@ -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