From 1c88e4e8d01d55673cda50bb3fba172639c7e328 Mon Sep 17 00:00:00 2001
From: dericed <dave@dericed.com>
Date: Fri, 12 Feb 2016 09:36:15 -0500
Subject: [PATCH] doc/filters: add example of pipe protocol use in movie filter

---
 doc/filters.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 6c5003f..81fb75f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15887,6 +15887,12 @@ connected to the pad named "audio":
 @example
 movie=dvd.vob:s=v:0+#0x81 [video] [audio]
 @end example
+
+@item
+Read from a piped input:
+@example
+ffmpeg -f lavfi -i "movie=pipe\\\:0"
+@end example
 @end itemize
 
 @c man end MULTIMEDIA SOURCES
-- 
2.7.0

